Searched refs:RCC_APB1DIVR (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | stm32mp1_rcc.h | 116 #define RCC_APB1DIVR 0x834 macro
|
| H A D | stm32mp21_rcc.h | 275 #define RCC_APB1DIVR U(0x4AC) macro
|
| H A D | stm32mp13_rcc.h | 66 #define RCC_APB1DIVR U(0x570) macro
|
| H A D | stm32mp25_rcc.h | 296 #define RCC_APB1DIVR U(0x4B4) macro
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp15.c | 834 reg = io_read32(rcc_base + RCC_APB1DIVR); in get_clock_rate() 974 apbxdiv = io_read32(rcc_base + RCC_APB1DIVR) & in get_timer_rate()
|
| H A D | clk-stm32mp13.c | 299 GATE_CFG(GATE_APB1DIVRDY, RCC_APB1DIVR, 31, 0), 547 DIVRDY_CFG(DIV_APB1, RCC_APB1DIVR, 0, 3, 0, apb_div_table, 2182 static STM32_TIMER(ck_timg1, &ck_pclk1, 0, RCC_APB1DIVR, RCC_TIMG1PRER);
|
| H A D | clk-stm32mp21.c | 426 GATE_CFG(GATE_APB1DIV_RDY, RCC_APB1DIVR, 31, 0), 623 _DIV_CFG(DIV_APB1, RCC_APB1DIVR, 0, 3, 0, apb_div_table, 2779 static STM32_TIMER(ck_timg1, &ck_icn_apb1, 0, RCC_APB1DIVR, RCC_TIMG1PRER);
|
| H A D | clk-stm32mp25.c | 427 GATE_CFG(GATE_APB1DIV_RDY, RCC_APB1DIVR, 31, 0), 663 _DIV_CFG(DIV_APB1, RCC_APB1DIVR, 0, 3, 0, apb_div_table, 2771 static STM32_TIMER(ck_timg1, &ck_icn_apb1, 0, RCC_APB1DIVR, RCC_TIMG1PRER);
|