Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/
Dclk-stm32f4.c29 #define STM32F4_RCC_CFGR 0x08 macro
420 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_recalc_rate()
432 if (readl(base + STM32F4_RCC_CFGR) & BIT(am->bit_idx)) in clk_apb_mul_round_rate()
1183 STM32F4_RCC_CFGR, 23, 1,
1210 STM32F4_RCC_CFGR, 23, 1,
1255 STM32F4_RCC_CFGR, 23, 1,
1401 STM32F4_RCC_CFGR, 23, 1,
1785 base + STM32F4_RCC_CFGR, 0, 3, 0, NULL, &stm32f4_clk_lock); in stm32f4_rcc_init()
1788 CLK_SET_RATE_PARENT, base + STM32F4_RCC_CFGR, in stm32f4_rcc_init()
1792 CLK_SET_RATE_PARENT, base + STM32F4_RCC_CFGR, in stm32f4_rcc_init()
[all …]