Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk.c317 uint8_t new_count; in ti_clk_put() local
324 new_count = __atomic_sub_fetch(&clkp->ref_count, 1U, __ATOMIC_ACQ_REL); in ti_clk_put()
325 if (new_count == 0U) { in ti_clk_put()