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

Function console_tx_flush

src/console/console.c:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void console_tx_flush(void)
68{
69 __uart_tx_flush();
70 __ne2k_tx_flush();
71 __usb_tx_flush();
72 __flashconsole_tx_flush();
73 __system76_ec_tx_flush();
74}
75
76void console_write_line(uint8_t *buffer, size_t number_of_bytes)
77{

Callers 2

vprintkFunction · 0.85
console_write_lineFunction · 0.85

Calls 5

__uart_tx_flushFunction · 0.85
__ne2k_tx_flushFunction · 0.85
__usb_tx_flushFunction · 0.85
__flashconsole_tx_flushFunction · 0.85
__system76_ec_tx_flushFunction · 0.85

Tested by

no test coverage detected