Searched refs:STM32_RCC_BASE (Results 1 – 5 of 5) sorted by relevance
17 #define RCC_TZCR (STM32_RCC_BASE + 0x00)18 #define RCC_DBGCFGR (STM32_RCC_BASE + 0x080C)19 #define RCC_BDCR (STM32_RCC_BASE + 0x0140)20 #define RCC_MP_APB5ENSETR (STM32_RCC_BASE + 0x0208)
19 #define RCC_MP_GRSTCSETR (STM32_RCC_BASE + 0x0404)
18 #define RCC_MP_APB1ENSETR (STM32_RCC_BASE + 0x0A00) in board_debug_uart_init()19 #define RCC_MP_AHB4ENSETR (STM32_RCC_BASE + 0x0A28) in board_debug_uart_init()
13 #define STM32_RCC_BASE 0x50000000 macro
156 priv->rcc = STM32_RCC_BASE; in stm32mp1_ddr_probe()