Home
last modified time | relevance | path

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

/linux-6.15/drivers/clk/
H A Dclk-stm32f4.c30 #define STM32F4_RCC_CFGR 0x08 macro
440 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_recalc_rate()
452 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_round_rate()
1322 STM32F4_RCC_CFGR, 23, 1,
1349 STM32F4_RCC_CFGR, 23, 1,
1394 STM32F4_RCC_CFGR, 23, 1,
1540 STM32F4_RCC_CFGR, 23, 1,
1928 CLK_SET_RATE_PARENT, base + STM32F4_RCC_CFGR, in stm32f4_rcc_init()
1932 CLK_SET_RATE_PARENT, base + STM32F4_RCC_CFGR, in stm32f4_rcc_init()
1938 CLK_SET_RATE_PARENT, base + STM32F4_RCC_CFGR, in stm32f4_rcc_init()
[all …]