Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_stm32mp1.c902 ulong dfout; in stm32mp1_read_pll_freq() local
914 dfout = pll_get_fvco(priv, pll_id) / (divy + 1); in stm32mp1_read_pll_freq()
915 debug(" => dfout = %d kHz\n", (u32)(dfout / 1000)); in stm32mp1_read_pll_freq()
917 return dfout; in stm32mp1_read_pll_freq()