Searched refs:UART_LSR_TEMT (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/serial/
H A Duart8250.hh60 const uint8_t UART_LSR_TEMT = 0x40; variable
H A Duart8250.cc157 lsr |= UART_LSR_TEMT | UART_LSR_THRE;
/gem5/src/dev/mips/
H A Dmaltareg.h167 #define UART_LSR_TEMT 0x40 macro

Completed in 7 milliseconds