Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/at91/
Dclk-smd.c37 u8 smddiv; in at91sam9x5_clk_smd_recalc_rate() local
42 smddiv = (tmp & AT91_PMC_SMD_DIV) >> SMD_DIV_SHIFT; in at91sam9x5_clk_smd_recalc_rate()
43 return parent_rate / (smddiv + 1); in at91sam9x5_clk_smd_recalc_rate()