MCPcopy Create free account
hub / github.com/coreboot/coreboot / __uart_init

Function __uart_init

src/include/console/uart.h:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75#if __CONSOLE_SERIAL_ENABLE__
76static inline void __uart_init(void)
77{
78 uart_init(get_uart_for_console());
79}
80static inline void __uart_tx_byte(u8 data)
81{
82 uart_tx_byte(get_uart_for_console(), data);

Callers 2

console_hw_initFunction · 0.85
console_hw_initFunction · 0.85

Calls 2

get_uart_for_consoleFunction · 0.85
uart_initFunction · 0.50

Tested by

no test coverage detected