Searched refs:RCC_APB3DIVR (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | stm32mp1_rcc.h | 118 #define RCC_APB3DIVR 0x83C macro
|
| H A D | stm32mp21_rcc.h | 277 #define RCC_APB3DIVR U(0x4B4) macro
|
| H A D | stm32mp13_rcc.h | 68 #define RCC_APB3DIVR U(0x578) macro
|
| H A D | stm32mp25_rcc.h | 298 #define RCC_APB3DIVR U(0x4BC) macro
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp15.c | 842 reg = io_read32(rcc_base + RCC_APB3DIVR); in get_clock_rate()
|
| H A D | clk-stm32mp13.c | 301 GATE_CFG(GATE_APB3DIVRDY, RCC_APB3DIVR, 31, 0), 551 DIVRDY_CFG(DIV_APB3, RCC_APB3DIVR, 0, 3, 0, apb_div_table,
|
| H A D | clk-stm32mp21.c | 428 GATE_CFG(GATE_APB3DIV_RDY, RCC_APB3DIVR, 31, 0), 627 _DIV_CFG(DIV_APB3, RCC_APB3DIVR, 0, 3, 0, apb_div_table,
|
| H A D | clk-stm32mp25.c | 429 GATE_CFG(GATE_APB3DIV_RDY, RCC_APB3DIVR, 31, 0), 667 _DIV_CFG(DIV_APB3, RCC_APB3DIVR, 0, 3, 0, apb_div_table,
|