Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/at91/
H A Dclk-smd.c31 u8 smddiv; in at91sam9x5_clk_smd_recalc_rate() local
34 smddiv = (smdr & AT91_PMC_SMD_DIV) >> SMD_DIV_SHIFT; in at91sam9x5_clk_smd_recalc_rate()
36 return parent_rate / (smddiv + 1); in at91sam9x5_clk_smd_recalc_rate()