| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_console.c | 32 int rc = console_pl011_register(PLAT_ARM_BOOT_UART_BASE, in arm_console_boot_init() 57 int rc = console_pl011_register(PLAT_ARM_RUN_UART_BASE, in arm_console_runtime_init()
|
| /rk3399_ARM-atf/plat/rpi/common/ |
| H A D | rpi3_console_pl011.c | 16 return console_pl011_register(PLAT_RPI_PL011_UART_BASE, in rpi3_register_used_uart()
|
| H A D | rpi3_console_dual.c | 31 return console_pl011_register(PLAT_RPI_PL011_UART_BASE, in rpi3_register_used_uart()
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_console.c | 16 (void)console_pl011_register(PLAT_QEMU_BOOT_UART_BASE, in qemu_console_init()
|
| /rk3399_ARM-atf/drivers/arm/pl011/aarch64/ |
| H A D | pl011_console.S | 78 .globl console_pl011_register symbol 95 func console_pl011_register 110 endfunc console_pl011_register
|
| /rk3399_ARM-atf/drivers/arm/pl011/aarch32/ |
| H A D | pl011_console.S | 89 .globl console_pl011_register symbol 106 func console_pl011_register 123 endfunc console_pl011_register
|
| /rk3399_ARM-atf/drivers/nxp/console/ |
| H A D | console_pl011.c | 32 console_pl011_register(nxp_console_addr, in plat_console_init()
|
| /rk3399_ARM-atf/plat/arm/board/arm_fpga/ |
| H A D | fpga_console.c | 34 (void)console_pl011_register(base_addr, 0, 0, &console); in fpga_console_init()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_console.c | 44 int rc = console_pl011_register(uart_base, uart_clk, in arm_console_runtime_init()
|
| /rk3399_ARM-atf/plat/arm/common/trp/ |
| H A D | arm_trp_setup.c | 59 rc = console_pl011_register(PLAT_ARM_TRP_UART_BASE, in arm_trp_early_platform_setup()
|
| /rk3399_ARM-atf/plat/socionext/synquacer/ |
| H A D | sq_bl2_setup.c | 27 (void)console_pl011_register(PLAT_SQ_BOOT_UART_BASE, in bl2_el3_early_platform_setup()
|
| H A D | sq_bl31_setup.c | 55 (void)console_pl011_register(PLAT_SQ_BOOT_UART_BASE, in bl31_early_platform_setup2() 111 (void)console_pl011_register(PLAT_SQ_BOOT_UART_BASE, in bl31_early_platform_setup2()
|
| /rk3399_ARM-atf/include/drivers/arm/ |
| H A D | pl011.h | 94 int console_pl011_register(uintptr_t baseaddr, uint32_t clock, uint32_t baud,
|
| /rk3399_ARM-atf/plat/xilinx/common/tsp/ |
| H A D | tsp_plat_setup.c | 36 rc = console_pl011_register((uintptr_t)UART_BASE, in tsp_early_platform_setup()
|
| /rk3399_ARM-atf/plat/hisilicon/poplar/ |
| H A D | bl1_plat_setup.c | 72 console_pl011_register(PL011_UART0_BASE, PL011_UART0_CLK_IN_HZ, in bl1_early_platform_setup()
|
| H A D | bl31_plat_setup.c | 73 console_pl011_register(PL011_UART0_BASE, PL011_UART0_CLK_IN_HZ, in bl31_early_platform_setup2()
|
| H A D | bl2_plat_setup.c | 180 console_pl011_register(PL011_UART0_BASE, PL011_UART0_CLK_IN_HZ, in bl2_early_platform_setup2()
|
| /rk3399_ARM-atf/plat/arm/common/tsp/ |
| H A D | arm_tsp_setup.c | 63 int rc = console_pl011_register(PLAT_ARM_TSP_UART_BASE, in arm_tsp_early_platform_setup()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey/ |
| H A D | hikey_bl1_setup.c | 51 console_pl011_register(CONSOLE_BASE, PL011_UART_CLK_IN_HZ, in bl1_early_platform_setup()
|
| H A D | hikey_bl31_setup.c | 80 console_pl011_register(CONSOLE_BASE, PL011_UART_CLK_IN_HZ, in bl31_early_platform_setup2()
|
| H A D | hikey_bl2_setup.c | 272 console_pl011_register(CONSOLE_BASE, PL011_UART_CLK_IN_HZ, in bl2_el3_early_platform_setup()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/ |
| H A D | hikey960_bl31_setup.c | 91 console_pl011_register(uart_base, PL011_UART_CLK_IN_HZ, in bl31_early_platform_setup2()
|
| H A D | hikey960_bl1_setup.c | 83 console_pl011_register(uart_base, PL011_UART_CLK_IN_HZ, in bl1_early_platform_setup()
|
| H A D | hikey960_pm.c | 282 console_pl011_register(uart_base, PL011_UART_CLK_IN_HZ, in hikey960_pwr_domain_suspend_finish()
|
| /rk3399_ARM-atf/plat/xilinx/common/ |
| H A D | plat_console.c | 58 rc = console_pl011_register(consoleh->base, in register_console()
|