Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_stm32h7.c187 #define RCC_APB2ENR offsetof(struct stm32_rcc_regs, apb2enr) macro
256 {RCC_APB2ENR, 18, "tim17"},
257 {RCC_APB2ENR, 17, "tim16"},
258 {RCC_APB2ENR, 16, "tim15"},
259 {RCC_APB2ENR, 1, "tim8"},
260 {RCC_APB2ENR, 0, "tim1"},
293 {RCC_APB2ENR, 29, "hrtim"},
294 {RCC_APB2ENR, 28, "dfsdm1"},
295 {RCC_APB2ENR, 24, "sai3"},
296 {RCC_APB2ENR, 23, "sai2"},
[all …]
/openbmc/linux/drivers/clk/
H A Dclk-stm32h7.c47 #define RCC_APB2ENR 0xF0 macro
1050 PER_CLK(RCC_APB2ENR, 18, "tim17", "tim2_ker"),
1051 PER_CLK(RCC_APB2ENR, 17, "tim16", "tim2_ker"),
1052 PER_CLK(RCC_APB2ENR, 16, "tim15", "tim2_ker"),
1053 PER_CLK(RCC_APB2ENR, 1, "tim8", "tim2_ker"),
1054 PER_CLK(RCC_APB2ENR, 0, "tim1", "tim2_ker"),
1124 KER_CLK(RCC_APB2ENR, 29, RCC_CFGR, 14, 1, "hrtim", hrtim_src),
1125 KER_CLK(RCC_APB2ENR, 28, RCC_D2CCIP1R, 24, 1, "dfsdm1", dfsdm1_src),
1126 KER_CLKF(RCC_APB2ENR, 24, RCC_D2CCIP1R, 6, 3, "sai3", sai_src,
1128 KER_CLKF(RCC_APB2ENR, 23, RCC_D2CCIP1R, 6, 3, "sai2", sai_src,
[all …]
/openbmc/qemu/tests/qtest/
H A Dstm32l4x5.h26 #define RCC_APB2ENR 0x40021060 macro
H A Dstm32l4x5_syscfg-test.c312 writel(RCC_APB2ENR, readl(RCC_APB2ENR) | (0x1 << 0)); in test_clock_enable()
H A Dstm32l4x5_usart-test.c351 check_clock(qts, "machine/soc/usart[0]/clk", RCC_APB2ENR, 14); in test_clock_enable()