Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/cadence/uart/aarch64/
H A Dcdns_console.S54 .globl console_cdns_register symbol
71 func console_cdns_register
86 endfunc console_cdns_register
/rk3399_ARM-atf/include/drivers/cadence/
H A Dcdns_uart.h40 int console_cdns_register(uintptr_t baseaddr, uint32_t clock, uint32_t baud,
/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()
/rk3399_ARM-atf/plat/xilinx/common/
H A Dplat_console.c51 rc = console_cdns_register(consoleh->base, in register_console()