Searched refs:STM32_RCC_BASE (Results 1 – 6 of 6) sorted by relevance
37 #define RCC_MP_APB1ENSETR (STM32_RCC_BASE + 0x0A00) in board_debug_uart_init()38 #define RCC_MP_AHB4ENSETR (STM32_RCC_BASE + 0x0A28) in board_debug_uart_init()
27 #define RCC_TZCR (STM32_RCC_BASE + 0x00)28 #define RCC_DBGCFGR (STM32_RCC_BASE + 0x080C)29 #define RCC_BDCR (STM32_RCC_BASE + 0x0140)30 #define RCC_MP_APB5ENSETR (STM32_RCC_BASE + 0x0208)31 #define RCC_MP_AHB5ENSETR (STM32_RCC_BASE + 0x0210)
21 #define RCC_MP_GRSTCSETR (STM32_RCC_BASE + 0x0404)
17 #define STM32_RCC_BASE 0x50000000 macro
568 writel(RCC_MP_AHB6RSTCLRR_FMCRST, STM32_RCC_BASE + RCC_MP_AHB6RSTCLRR); in board_init_fmc2()569 writel(RCC_MP_AHB6ENSETR_FMCEN, STM32_RCC_BASE + RCC_MP_AHB6ENSETR); in board_init_fmc2()
201 priv->rcc = STM32_RCC_BASE; in stm32mp1_ddr_probe()
Completed in 8 milliseconds