Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk.c405 uint8_t clk_flags; in ti_clk_init() local
428 clk_flags = __atomic_load_n(&clkp->flags, __ATOMIC_ACQUIRE); in ti_clk_init()
429 if (((clk_flags & TI_CLK_FLAG_INITIALIZED) == 0U) && in ti_clk_init()
444 clk_flags = __atomic_load_n(&soc_clocks[i].flags, __ATOMIC_ACQUIRE); in ti_clk_init()
445 if ((clk_flags & TI_CLK_FLAG_PWR_UP_EN) != 0U) { in ti_clk_init()