Searched refs:RCC_PLLNCFGR2_SHIFT (Results 1 – 1 of 1) sorted by relevance
184 #define RCC_PLLNCFGR2_SHIFT(div_id) ((div_id) * 8) macro186 #define RCC_PLLNCFGR2_DIVP_SHIFT RCC_PLLNCFGR2_SHIFT(_DIV_P)188 #define RCC_PLLNCFGR2_DIVQ_SHIFT RCC_PLLNCFGR2_SHIFT(_DIV_Q)190 #define RCC_PLLNCFGR2_DIVR_SHIFT RCC_PLLNCFGR2_SHIFT(_DIV_R)910 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()1808 (div - 1) << RCC_PLLNCFGR2_SHIFT(div_id)); in pll_set_output_rate()