Home
last modified time | relevance | path

Searched refs:RCC_APB3DIVR (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/include/drivers/
H A Dstm32mp1_rcc.h118 #define RCC_APB3DIVR 0x83C macro
H A Dstm32mp21_rcc.h277 #define RCC_APB3DIVR U(0x4B4) macro
H A Dstm32mp13_rcc.h68 #define RCC_APB3DIVR U(0x578) macro
H A Dstm32mp25_rcc.h298 #define RCC_APB3DIVR U(0x4BC) macro
/optee_os/core/drivers/clk/
H A Dclk-stm32mp15.c842 reg = io_read32(rcc_base + RCC_APB3DIVR); in get_clock_rate()
H A Dclk-stm32mp13.c301 GATE_CFG(GATE_APB3DIVRDY, RCC_APB3DIVR, 31, 0),
551 DIVRDY_CFG(DIV_APB3, RCC_APB3DIVR, 0, 3, 0, apb_div_table,
H A Dclk-stm32mp21.c428 GATE_CFG(GATE_APB3DIV_RDY, RCC_APB3DIVR, 31, 0),
627 _DIV_CFG(DIV_APB3, RCC_APB3DIVR, 0, 3, 0, apb_div_table,
H A Dclk-stm32mp25.c429 GATE_CFG(GATE_APB3DIV_RDY, RCC_APB3DIVR, 31, 0),
667 _DIV_CFG(DIV_APB3, RCC_APB3DIVR, 0, 3, 0, apb_div_table,