Home
last modified time | relevance | path

Searched refs:__gdb_tx_flush (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/console/
H A Dconsole.c102 __gdb_tx_flush(); in gdb_tx_flush()
/aosp_15_r20/external/coreboot/src/include/console/
H A Duart.h94 static inline void __gdb_tx_flush(void) { uart_tx_flush(CONF_UART_FOR_GDB); } in __gdb_tx_flush() function