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

Function console_stored_tx_byte

src/console/console.c:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void console_stored_tx_byte(unsigned char byte, void *data_unused)
56{
57 __flashconsole_tx_byte(byte);
58 __cbmemc_tx_byte(byte);
59}
60
61void console_tx_byte(unsigned char byte)
62{

Callers 2

line_startFunction · 0.85
console_tx_byteFunction · 0.85

Calls 2

__flashconsole_tx_byteFunction · 0.85
__cbmemc_tx_byteFunction · 0.85

Tested by

no test coverage detected