Home
last modified time | relevance | path

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

/trueos/sys/dev/ic/
HDi8251.h76 #define FLSR_RxRDY 0x04 /* data exists in receive buffer */ macro
/trueos/sys/pc98/cbus/
HDsio.c2298 if (tmp & FLSR_RxRDY) line_status |= LSR_RXRDY;
2609 if ((tmp = inb(I8251F_lsr)) & FLSR_RxRDY)