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

Function __usb_tx_flush

src/include/console/usb.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 usb_tx_byte(USB_PIPE_FOR_CONSOLE, data);
31}
32static inline void __usb_tx_flush(void) { usb_tx_flush(USB_PIPE_FOR_CONSOLE); }
33#else
34static inline void __usbdebug_init(void) {}
35static inline void __usb_tx_byte(u8 data) {}

Callers 1

console_tx_flushFunction · 0.85

Calls 1

usb_tx_flushFunction · 0.85

Tested by

no test coverage detected