Searched refs:RCC_APB5DIVR (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | stm32mp1_rcc.h | 24 #define RCC_APB5DIVR 0x40 macro
|
| H A D | stm32mp21_rcc.h | 279 #define RCC_APB5DIVR U(0x4BC) macro
|
| H A D | stm32mp13_rcc.h | 70 #define RCC_APB5DIVR U(0x580) macro
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp15.c | 798 reg = io_read32(rcc_base + RCC_APB5DIVR); in get_clock_rate()
|
| H A D | clk-stm32mp13.c | 303 GATE_CFG(GATE_APB5DIVRDY, RCC_APB5DIVR, 31, 0), 555 DIVRDY_CFG(DIV_APB5, RCC_APB5DIVR, 0, 3, 0, apb_div_table,
|
| H A D | clk-stm32mp21.c | 430 GATE_CFG(GATE_APB5DIV_RDY, RCC_APB5DIVR, 31, 0), 631 _DIV_CFG(DIV_APB5, RCC_APB5DIVR, 0, 3, 0, apb_div_table,
|