| 124 | } |
| 125 | |
| 126 | void 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 | |
| 134 | enum cb_err fill_lb_serial(struct lb_serial *serial) |
| 135 | { |
nothing calls this directly
no test coverage detected