Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk.c196 if ((__atomic_load_n(&clkp->flags, __ATOMIC_ACQUIRE) & TI_CLK_FLAG_INITIALIZED) == 0U) { in ti_clk_set_freq()
221 if ((__atomic_load_n(&clkp->flags, __ATOMIC_ACQUIRE) & TI_CLK_FLAG_INITIALIZED) == 0U) { in ti_clk_get_freq()
240 if ((__atomic_load_n(&clkp->flags, __ATOMIC_ACQUIRE) & TI_CLK_FLAG_INITIALIZED) == 0U) { in ti_clk_get_state()
265 if ((__atomic_load_n(&clkp->flags, __ATOMIC_ACQUIRE) & TI_CLK_FLAG_INITIALIZED) == 0U) { in ti_clk_set_state()
351 if ((parent_flags & TI_CLK_FLAG_INITIALIZED) == 0U) { in ti_clk_register_clock()
363 (void)__atomic_or_fetch(&clkp->flags, TI_CLK_FLAG_INITIALIZED, __ATOMIC_ACQ_REL); in ti_clk_register_clock()
429 if (((clk_flags & TI_CLK_FLAG_INITIALIZED) == 0U) && in ti_clk_init()
H A Dti_clk_mux.c175 if ((clkp->flags & TI_CLK_FLAG_INITIALIZED) == 0U) { in ti_clk_mux_set_parent()
/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk.h70 #define TI_CLK_FLAG_INITIALIZED ((uint8_t) BIT(2)) macro
/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_clk.c89 if ((clkp != NULL) && ((clkp->flags & TI_CLK_FLAG_INITIALIZED) == 0U)) { in ti_device_clk_set_gated()
456 if ((clkp->flags & TI_CLK_FLAG_INITIALIZED) == 0U) { in ti_device_clk_init()