Searched refs:RCC_OCRDYR (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32mp13.c | 615 GATE_CFG(GATE_CSI_RDY, RCC_OCRDYR, 4, 0), 617 GATE_CFG(GATE_HSE_RDY, RCC_OCRDYR, 8, 0), 618 GATE_CFG(GATE_HSI_RDY, RCC_OCRDYR, 0, 0), 968 uintptr_t address = rcc_base + RCC_OCRDYR; in stm32mp1_set_hsidiv()
|
| H A D | stm32mp1_clk.c | 1646 if (stm32mp1_osc_wait(true, RCC_OCRDYR, RCC_OCRDYR_HSERDY) != 0) { in stm32mp1_hse_enable() 1665 if (stm32mp1_osc_wait(enable, RCC_OCRDYR, RCC_OCRDYR_CSIRDY) != 0) { in stm32mp1_csi_set() 1673 if (stm32mp1_osc_wait(enable, RCC_OCRDYR, RCC_OCRDYR_HSIRDY) != 0) { in stm32mp1_hsi_set() 1682 uintptr_t address = rcc_base + RCC_OCRDYR; in stm32mp1_set_hsidiv()
|
| H A D | clk-stm32mp2.c | 504 GATE_CFG(GATE_MSI_RDY, RCC_OCRDYR, 2, 0), 508 GATE_CFG(GATE_HSE_RDY, RCC_OCRDYR, 8, 0), 509 GATE_CFG(GATE_HSI_RDY, RCC_OCRDYR, 0, 0),
|
| /rk3399_ARM-atf/include/drivers/st/ |
| H A D | stm32mp13_rcc.h | 30 #define RCC_OCRDYR U(0X428) macro
|
| H A D | stm32mp15_rcc.h | 108 #define RCC_OCRDYR U(0x808) macro
|
| H A D | stm32mp21_rcc.h | 287 #define RCC_OCRDYR U(0x498) macro
|
| H A D | stm32mp25_rcc.h | 293 #define RCC_OCRDYR U(0x4A4) macro
|