Searched refs:RCC_APB4DIVR (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/include/drivers/ |
| H A D | stm32mp1_rcc.h | 23 #define RCC_APB4DIVR 0x3C macro
|
| H A D | stm32mp21_rcc.h | 278 #define RCC_APB4DIVR U(0x4B8) macro
|
| H A D | stm32mp13_rcc.h | 69 #define RCC_APB4DIVR U(0x57C) macro
|
| H A D | stm32mp25_rcc.h | 299 #define RCC_APB4DIVR U(0x4C0) macro
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp15.c | 794 reg = io_read32(rcc_base + RCC_APB4DIVR); in get_clock_rate()
|
| H A D | clk-stm32mp13.c | 302 GATE_CFG(GATE_APB4DIVRDY, RCC_APB4DIVR, 31, 0), 553 DIVRDY_CFG(DIV_APB4, RCC_APB4DIVR, 0, 3, 0, apb_div_table,
|
| H A D | clk-stm32mp21.c | 429 GATE_CFG(GATE_APB4DIV_RDY, RCC_APB4DIVR, 31, 0), 629 _DIV_CFG(DIV_APB4, RCC_APB4DIVR, 0, 3, 0, apb_div_table,
|
| H A D | clk-stm32mp25.c | 430 GATE_CFG(GATE_APB4DIV_RDY, RCC_APB4DIVR, 31, 0), 669 _DIV_CFG(DIV_APB4, RCC_APB4DIVR, 0, 3, 0, apb_div_table,
|