Lines Matching refs:RCC_APB2ENR
192 #define RCC_APB2ENR offsetof(struct stm32_rcc_regs, apb2enr) macro
261 {RCC_APB2ENR, 18, "tim17"},
262 {RCC_APB2ENR, 17, "tim16"},
263 {RCC_APB2ENR, 16, "tim15"},
264 {RCC_APB2ENR, 1, "tim8"},
265 {RCC_APB2ENR, 0, "tim1"},
298 {RCC_APB2ENR, 29, "hrtim"},
299 {RCC_APB2ENR, 28, "dfsdm1"},
300 {RCC_APB2ENR, 24, "sai3"},
301 {RCC_APB2ENR, 23, "sai2"},
302 {RCC_APB2ENR, 22, "sai1"},
303 {RCC_APB2ENR, 20, "spi5"},
304 {RCC_APB2ENR, 13, "spi4"},
305 {RCC_APB2ENR, 12, "spi1"},
306 {RCC_APB2ENR, 5, "usart6"},
307 {RCC_APB2ENR, 4, "usart1"},
754 case RCC_APB2ENR: in stm32_clk_get_rate()