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

Function uart_tx_flush

src/drivers/uart/uart8250mem.c:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void uart_tx_flush(unsigned int idx)
127{
128 void *base = uart_platform_baseptr(idx);
129 if (!base)
130 return;
131 uart8250_mem_tx_flush(base);
132}
133
134enum cb_err fill_lb_serial(struct lb_serial *serial)
135{

Callers

nothing calls this directly

Calls 2

uart_platform_baseptrFunction · 0.85
uart8250_mem_tx_flushFunction · 0.85

Tested by

no test coverage detected