Home
last modified time | relevance | path

Searched refs:PLAT_MARVELL_BOOT_UART_BASE (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/include/
Dplatform_def.h171 #define PLAT_MARVELL_BOOT_UART_BASE (MVEBU_REGS_BASE + 0x512000) macro
174 #define PLAT_MARVELL_CRASH_UART_BASE PLAT_MARVELL_BOOT_UART_BASE
177 #define PLAT_MARVELL_BL31_RUN_UART_BASE PLAT_MARVELL_BOOT_UART_BASE
/external/arm-trusted-firmware/plat/marvell/armada/a3k/common/include/
Dplatform_def.h166 #define PLAT_MARVELL_BOOT_UART_BASE (MVEBU_REGS_BASE + 0x12000) macro
169 #define PLAT_MARVELL_CRASH_UART_BASE PLAT_MARVELL_BOOT_UART_BASE
172 #define PLAT_MARVELL_BL31_RUN_UART_BASE PLAT_MARVELL_BOOT_UART_BASE
/external/arm-trusted-firmware/plat/marvell/armada/common/
Dmarvell_console.c34 console_marvell_register(PLAT_MARVELL_BOOT_UART_BASE, in marvell_console_boot_init()
61 console_marvell_register(PLAT_MARVELL_BOOT_UART_BASE, in marvell_console_runtime_init()
/external/arm-trusted-firmware/plat/marvell/armada/a8k/a80x0_puzzle/board/
Dsystem_power.c44 console_16550_register(PLAT_MARVELL_BOOT_UART_BASE + 0x100, in system_power_off()