Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/ti/k3low/common/pm/
H A Dti_clocks.c2037 .ref_count = 0,
2044 .ref_count = 0,
2051 .ref_count = 0,
2058 .ref_count = 0,
2065 .ref_count = 0,
2073 .ref_count = 0,
2081 .ref_count = 0,
2089 .ref_count = 0,
2097 .ref_count = 0,
2105 .ref_count = 0,
[all …]
/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk_mux.c179 if (clkp->ref_count != 0U) { in ti_clk_mux_set_parent()
186 if (clkp->ref_count != 0U) { in ti_clk_mux_set_parent()
192 if ((op != NULL) && (clkp->ref_count != 0U)) { in ti_clk_mux_set_parent()
H A Dti_clk.c285 if (__atomic_load_n(&clkp->ref_count, __ATOMIC_ACQUIRE) == 0U) { in ti_clk_get()
309 (void)__atomic_fetch_add(&clkp->ref_count, 1U, __ATOMIC_ACQ_REL); in ti_clk_get()
322 assert(__atomic_load_n(&clkp->ref_count, __ATOMIC_ACQUIRE) > 0U); in ti_clk_put()
324 new_count = __atomic_sub_fetch(&clkp->ref_count, 1U, __ATOMIC_ACQ_REL); in ti_clk_put()
364 if (__atomic_load_n(&clkp->ref_count, __ATOMIC_ACQUIRE) != 0U) { in ti_clk_register_clock()
H A Dti_clk_pll_16fft.c691 if ((pll_clk->ref_count != 0U) && ret) { in ti_clk_pll_16fft_program_freq()
1032 if (clock_ptr->ref_count == 0U) { in ti_clk_pll_16fft_get_freq()
1083 if (clock_ptr->ref_count == 0U) { in ti_clk_pll_16fft_get_state()
/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk.h136 uint8_t ref_count; member