Home
last modified time | relevance | path

Searched refs:uart_base (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl31_setup.c87 unsigned int id, uart_base; in bl31_early_platform_setup() local
92 uart_base = PL011_UART5_BASE; in bl31_early_platform_setup()
94 uart_base = PL011_UART6_BASE; in bl31_early_platform_setup()
97 console_init(uart_base, PL011_UART_CLK_IN_HZ, PL011_BAUDRATE); in bl31_early_platform_setup()
Dhikey960_bl2_setup.c398 unsigned int id, uart_base; in bl2_early_platform_setup() local
403 uart_base = PL011_UART5_BASE; in bl2_early_platform_setup()
405 uart_base = PL011_UART6_BASE; in bl2_early_platform_setup()
408 console_init(uart_base, PL011_UART_CLK_IN_HZ, PL011_BAUDRATE); in bl2_early_platform_setup()
Dhikey960_bl1_setup.c106 unsigned int id, uart_base; in bl1_early_platform_setup() local
111 uart_base = PL011_UART5_BASE; in bl1_early_platform_setup()
113 uart_base = PL011_UART6_BASE; in bl1_early_platform_setup()
115 console_init(uart_base, PL011_UART_CLK_IN_HZ, PL011_BAUDRATE); in bl1_early_platform_setup()