Home
last modified time | relevance | path

Searched refs:mmc_div (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/sunxi/
H A Dclk-mod0.c177 u16 step, mmc_div; in mmc_get_phase() local
208 mmc_div = mmc_parent_rate / mmc_rate; in mmc_get_phase()
210 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_get_phase()
244 u16 step, mmc_div; in mmc_set_phase() local
247 mmc_div = mmc_parent_rate / mmc_rate; in mmc_set_phase()
262 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_set_phase()
/kernel/linux/linux-6.6/drivers/clk/sunxi/
H A Dclk-mod0.c175 u16 step, mmc_div; in mmc_get_phase() local
206 mmc_div = mmc_parent_rate / mmc_rate; in mmc_get_phase()
208 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_get_phase()
242 u16 step, mmc_div; in mmc_set_phase() local
245 mmc_div = mmc_parent_rate / mmc_rate; in mmc_set_phase()
260 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_set_phase()

Completed in 3 milliseconds