Searched refs:divy (Results 1 – 1 of 1) sorted by relevance
1087 uint32_t cfgr2, divy; in stm32mp1_read_pll_freq() local1094 divy = (cfgr2 >> pllncfgr2[div_id]) & RCC_PLLNCFGR2_DIVX_MASK; in stm32mp1_read_pll_freq()1096 dfout = stm32mp1_pll_get_fvco(pll) / (divy + 1U); in stm32mp1_read_pll_freq()