Searched refs:RCC_APB2DIVR (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | stm32mp1_rcc.h | 117 #define RCC_APB2DIVR 0x838 macro
|
| H A D | stm32mp21_rcc.h | 276 #define RCC_APB2DIVR U(0x4B0) macro
|
| H A D | stm32mp13_rcc.h | 67 #define RCC_APB2DIVR U(0x574) macro
|
| H A D | stm32mp25_rcc.h | 297 #define RCC_APB2DIVR U(0x4B8) macro
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp15.c | 838 reg = io_read32(rcc_base + RCC_APB2DIVR); in get_clock_rate() 980 apbxdiv = io_read32(rcc_base + RCC_APB2DIVR) & in get_timer_rate()
|
| H A D | clk-stm32mp13.c | 300 GATE_CFG(GATE_APB2DIVRDY, RCC_APB2DIVR, 31, 0), 549 DIVRDY_CFG(DIV_APB2, RCC_APB2DIVR, 0, 3, 0, apb_div_table, 2183 static STM32_TIMER(ck_timg2, &ck_pclk2, 0, RCC_APB2DIVR, RCC_TIMG2PRER);
|
| H A D | clk-stm32mp21.c | 427 GATE_CFG(GATE_APB2DIV_RDY, RCC_APB2DIVR, 31, 0), 625 _DIV_CFG(DIV_APB2, RCC_APB2DIVR, 0, 3, 0, apb_div_table, 2780 static STM32_TIMER(ck_timg2, &ck_icn_apb2, 0, RCC_APB2DIVR, RCC_TIMG2PRER);
|
| H A D | clk-stm32mp25.c | 428 GATE_CFG(GATE_APB2DIV_RDY, RCC_APB2DIVR, 31, 0), 665 _DIV_CFG(DIV_APB2, RCC_APB2DIVR, 0, 3, 0, apb_div_table, 2772 static STM32_TIMER(ck_timg2, &ck_icn_apb2, 0, RCC_APB2DIVR, RCC_TIMG2PRER);
|