Searched refs:RCC_BASE (Results 1 – 9 of 9) sorted by relevance
| /rk3399_ARM-atf/plat/st/stm32mp2/aarch64/ |
| H A D | stm32mp2_helper.S | 92 mov_imm x1, (RCC_BASE + DEBUG_UART_RST_REG) 108 mov_imm x1, (RCC_BASE + DEBUG_UART_TX_GPIO_BANK_CLK_REG) 142 mov_imm x1, (RCC_BASE + DEBUG_UART_PREDIV_CFGR) 145 mov_imm x1, (RCC_BASE + DEBUG_UART_FINDIV_CFGR) 149 mov_imm x1, (RCC_BASE + DEBUG_UART_TX_CLKSRC_REG) 152 mov_imm x1, (RCC_BASE + DEBUG_UART_TX_EN_REG)
|
| /rk3399_ARM-atf/plat/st/stm32mp1/ |
| H A D | stm32mp1_helper.S | 209 ldr r1, =(RCC_BASE + DEBUG_UART_RST_REG) 222 ldr r1, =(RCC_BASE + DEBUG_UART_TX_GPIO_BANK_CLK_REG) 256 ldr r1, =(RCC_BASE + DEBUG_UART_TX_CLKSRC_REG) 259 ldr r1, =(RCC_BASE + DEBUG_UART_TX_EN_REG)
|
| H A D | stm32mp1_dbgmcu.c | 33 mmio_setbits_32(RCC_BASE + RCC_DBGCFGR, RCC_DBGCFGR_DBGCKEN); in stm32mp1_dbgmcu_init()
|
| H A D | stm32mp1_def.h | 209 #define RCC_BASE U(0x50000000) macro
|
| /rk3399_ARM-atf/plat/st/stm32mp2/ |
| H A D | stm32mp2_def.h | 213 #define RCC_BASE U(0x44200000) macro
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_common.c | 114 return RCC_BASE; in stm32mp_rcc_base()
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32mp13.c | 2007 .base = RCC_BASE, 2367 uintptr_t base = RCC_BASE; in stm32mp1_clk_probe()
|
| H A D | clk-stm32mp2.c | 2505 .base = RCC_BASE, 2523 uintptr_t base = RCC_BASE; in stm32mp2_clk_init()
|
| H A D | stm32mp1_clk.c | 2639 .base = RCC_BASE, 2815 uintptr_t base = RCC_BASE; in stm32mp1_clk_probe()
|