Searched refs:RCC_PLLNCFGR2_DIVX_MASK (Results 1 – 1 of 1) sorted by relevance
185 #define RCC_PLLNCFGR2_DIVX_MASK GENMASK(6, 0) macro910 divy = (cfgr2 >> RCC_PLLNCFGR2_SHIFT(div_id)) & RCC_PLLNCFGR2_DIVX_MASK; in stm32mp1_read_pll_freq()1807 RCC_PLLNCFGR2_DIVX_MASK << RCC_PLLNCFGR2_SHIFT(div_id), in pll_set_output_rate()