Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk.c342 uint8_t parent_flags; in ti_clk_register_clock() local
350 parent_flags = __atomic_load_n(&clkp_parent->flags, __ATOMIC_ACQUIRE); in ti_clk_register_clock()
351 if ((parent_flags & TI_CLK_FLAG_INITIALIZED) == 0U) { in ti_clk_register_clock()