Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/clk/sirf/
Dclk-atlas7.c366 u32 ssdepth = regssc >> 20 & (BIT(2) - 1); in pll_clk_recalc_rate() local
376 do_div(rate, (256 * ((ssdiv >> ssdepth) << ssdepth) in pll_clk_recalc_rate()
377 + (ssmod << ssdepth))); in pll_clk_recalc_rate()