Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dpm_api_clock.h36 #define CLK_IGNORE_UNUSED BIT(3) /* do not gate even if unused */ macro
H A Dpm_api_clock.c126 .clkflags = (uint16_t)(CLK_IGNORE_UNUSED |\
166 .clkflags = (uint16_t)(CLK_IGNORE_UNUSED | \
194 CLK_IGNORE_UNUSED | \
269 .clkflags = (uint16_t)(CLK_IGNORE_UNUSED | CLK_SET_RATE_NO_REPARENT),
485 .clkflags = (uint16_t)(CLK_IGNORE_UNUSED |
499 .clkflags = (uint16_t)(CLK_IGNORE_UNUSED |
768 .clkflags = (uint16_t)(CLK_IGNORE_UNUSED |
/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32-core.h118 #define CLK_IGNORE_UNUSED BIT(1) macro