Home
last modified time | relevance | path

Searched refs:CLK_IGNORE_UNUSED (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_api_clock.c124 .clkflags = CLK_IGNORE_UNUSED | \
164 .clkflags = CLK_IGNORE_UNUSED | \
192 CLK_IGNORE_UNUSED | \
263 .clkflags = CLK_IGNORE_UNUSED | CLK_SET_RATE_NO_REPARENT,
479 .clkflags = CLK_IGNORE_UNUSED |
493 .clkflags = CLK_IGNORE_UNUSED |
762 .clkflags = CLK_IGNORE_UNUSED |
Dpm_api_clock.h35 #define CLK_IGNORE_UNUSED BIT(3) /* do not gate even if unused */ macro