Searched refs:coreboot_serial (Results 1 – 4 of 4) sorted by relevance
120 if (coreboot_serial.type) in bl31_early_platform_setup2()121 console_16550_register(coreboot_serial.baseaddr, in bl31_early_platform_setup2()122 coreboot_serial.input_hertz, in bl31_early_platform_setup2()123 coreboot_serial.baud, in bl31_early_platform_setup2()
45 coreboot_serial_t coreboot_serial; variable111 memcpy(&coreboot_serial, &entry->serial, in coreboot_table_setup()112 sizeof(coreboot_serial)); in coreboot_table_setup()
152 return coreboot_serial.baseaddr; in rockchip_get_uart_base()161 return coreboot_serial.baud; in rockchip_get_uart_baudrate()170 return coreboot_serial.input_hertz; in rockchip_get_uart_clock()
20 extern coreboot_serial_t coreboot_serial;