Searched refs:stm32_rcc_regs (Results 1 – 3 of 3) sorted by relevance
119 struct stm32_rcc_regs { struct180 #define RCC_AHB3ENR offsetof(struct stm32_rcc_regs, ahb3enr) argument181 #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)315 struct stm32_rcc_regs *rcc_base;348 struct stm32_rcc_regs *regs = priv->rcc_base; in configure_clocks()593 struct stm32_rcc_regs *regs = priv->rcc_base; in stm32_get_timer_rate()632 struct stm32_rcc_regs *regs = priv->rcc_base; in stm32_clk_get_rate()776 struct stm32_rcc_regs *regs = priv->rcc_base; in stm32_clk_enable()[all …]
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()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()500 struct stm32_rcc_regs *regs = priv->base; in stm32_set_rate()601 struct stm32_rcc_regs *regs = priv->base; in stm32_clk_enable()[all …]
59 struct stm32_rcc_regs { struct