Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/at91/
H A Dclk-audio-pll.c43 #define AUDIO_PLL_DIV_FRAC BIT(22) macro
166 fr = DIV_ROUND_CLOSEST_ULL(fr, AUDIO_PLL_DIV_FRAC); in clk_audio_pll_fout()
233 tmp = rem * AUDIO_PLL_DIV_FRAC; in clk_audio_pll_frac_compute_frac()