Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/console/
H A Duart.h88 #define CONF_UART_FOR_GDB CONFIG_UART_FOR_CONSOLE macro
89 static inline void __gdb_hw_init(void) { uart_init(CONF_UART_FOR_GDB); } in __gdb_hw_init()
92 uart_tx_byte(CONF_UART_FOR_GDB, data); in __gdb_tx_byte()
94 static inline void __gdb_tx_flush(void) { uart_tx_flush(CONF_UART_FOR_GDB); } in __gdb_tx_flush()
97 return uart_rx_byte(CONF_UART_FOR_GDB); in __gdb_rx_byte()