Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_stm32mp1.c184 #define RCC_PLLNCFGR2_SHIFT(div_id) ((div_id) * 8) macro
186 #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()