Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dclk-provider.h29 #define CLK_IGNORE_UNUSED BIT(3) /* do not gate even if unused */ macro
/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_api_clock.c124 .clkflags = CLK_IGNORE_UNUSED | \
150 .clkflags = CLK_IGNORE_UNUSED | \
178 CLK_IGNORE_UNUSED | \
249 .clkflags = CLK_IGNORE_UNUSED | CLK_SET_RATE_NO_REPARENT,
465 .clkflags = CLK_IGNORE_UNUSED |
479 .clkflags = CLK_IGNORE_UNUSED |
748 .clkflags = CLK_IGNORE_UNUSED |
Dpm_api_clock.h35 #define CLK_IGNORE_UNUSED BIT(3) /* do not gate even if unused */ macro