Home
last modified time | relevance | path

Searched refs:UART_BASE (Results 1 – 11 of 11) sorted by relevance

/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/
H A Dplat_console.c21 ret = mmap_add_dynamic_region(UART_BASE, UART_BASE, PAGE_SIZE, in console_s32g2_register()
27 ret = console_linflex_register(UART_BASE, UART_CLOCK_HZ, in console_s32g2_register()
H A Dplat_helpers.S23 mov_imm x0, UART_BASE
31 mov_imm x1, UART_BASE
38 mov_imm x0, UART_BASE
/rk3399_ARM-atf/plat/aspeed/ast2700/include/
H A Dplatform_reg.h17 #define UART_BASE U(0x14c33000) macro
18 #define UART12_BASE (UART_BASE + 0xb00)
/rk3399_ARM-atf/plat/xilinx/versal/include/
H A Dversal_def.h78 # define UART_BASE VERSAL_UART0_BASE macro
81 # define UART_BASE VERSAL_UART1_BASE macro
84 # define UART_BASE 0x0 macro
/rk3399_ARM-atf/plat/xilinx/common/tsp/
H A Dtsp_plat_setup.c31 rc = console_cdns_register((uintptr_t)UART_BASE, in tsp_early_platform_setup()
36 rc = console_pl011_register((uintptr_t)UART_BASE, in tsp_early_platform_setup()
/rk3399_ARM-atf/plat/xilinx/versal_net/include/
H A Dversal_net_def.h153 #define UART_BASE VERSAL_NET_UART0_BASE macro
156 #define UART_BASE VERSAL_NET_UART1_BASE macro
159 # define UART_BASE 0x0 macro
/rk3399_ARM-atf/plat/amd/versal2/include/
H A Ddef.h167 #define UART_BASE UART0_BASE macro
170 #define UART_BASE UART1_BASE macro
173 # define UART_BASE 0x0 macro
/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/include/
H A Dplatform_def.h59 #define UART_BASE UL(0x401C8000) macro
/rk3399_ARM-atf/plat/xilinx/zynqmp/include/
H A Dzynqmp_def.h157 # define UART_BASE ZYNQMP_UART0_BASE macro
160 # define UART_BASE ZYNQMP_UART1_BASE macro
163 # define UART_BASE 0x0 macro
/rk3399_ARM-atf/plat/aspeed/ast2700/
H A Dplat_bl31_setup.c45 MAP_REGION_FLAT(UART_BASE, PAGE_SIZE,
/rk3399_ARM-atf/plat/xilinx/common/
H A Dplat_console.c249 boot_hd_console.base = (uintptr_t)UART_BASE; in setup_console()