Searched refs:stm32_rcc_regs (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/clk/ |
H A D | clk_stm32h7.c | 119 struct stm32_rcc_regs { struct 180 #define RCC_AHB3ENR offsetof(struct stm32_rcc_regs, ahb3enr) argument 181 #define RCC_AHB1ENR offsetof(struct stm32_rcc_regs, ahb1enr) 182 #define RCC_AHB2ENR offsetof(struct stm32_rcc_regs, ahb2enr) 183 #define RCC_AHB4ENR offsetof(struct stm32_rcc_regs, ahb4enr) 184 #define RCC_APB3ENR offsetof(struct stm32_rcc_regs, apb3enr) 185 #define RCC_APB1LENR offsetof(struct stm32_rcc_regs, apb1lenr) 186 #define RCC_APB1HENR offsetof(struct stm32_rcc_regs, apb1henr) 187 #define RCC_APB2ENR offsetof(struct stm32_rcc_regs, apb2enr) 188 #define RCC_APB4ENR offsetof(struct stm32_rcc_regs, apb4enr) [all …]
|
H A D | clk_stm32f.c | 132 struct stm32_rcc_regs *base; 147 struct stm32_rcc_regs *regs = priv->base; in configure_clocks() 266 struct stm32_rcc_regs *regs = priv->base; in stm32_clk_get_ck48msel() 277 struct stm32_rcc_regs *regs = priv->base; in stm32_clk_get_pllsai_vco_rate() 290 struct stm32_rcc_regs *regs = priv->base; in stm32_clk_get_pllsai_rate() 319 struct stm32_rcc_regs *regs = priv->base; in stm32_get_timpre() 330 static u32 stm32_get_hclk_rate(struct stm32_rcc_regs *regs, u32 sysclk) in stm32_get_hclk_rate() 345 static u8 stm32_get_apb_shift(struct stm32_rcc_regs *regs, enum apb apb) in stm32_get_apb_shift() 365 struct stm32_rcc_regs *regs = priv->base; in stm32_get_timer_rate() 395 struct stm32_rcc_regs *regs = priv->base; in stm32_clk_get_rate() [all …]
|
/openbmc/u-boot/include/ |
H A D | stm32_rcc.h | 59 struct stm32_rcc_regs { struct
|