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

Function __uart_tx_byte

src/include/console/uart.h:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
83}
84static inline void __uart_tx_flush(void)
85{
86 uart_tx_flush(get_uart_for_console());

Callers 3

print_exception_infoFunction · 0.85
vprintkFunction · 0.85

Calls 2

get_uart_for_consoleFunction · 0.85
uart_tx_byteFunction · 0.50

Tested by

no test coverage detected