Symbol: LSR_RXRDY
sys/arch/arm/marvell/mvsoc.c
107
if ((uart_read(com_lsr) & LSR_RXRDY) == 0)
sys/arch/cobalt/stand/boot/ns16550.c
82
while ((CSR_READ(com_port, com_lsr) & LSR_RXRDY) == 0)
sys/arch/cobalt/stand/boot/ns16550.c
93
if ((CSR_READ(com_port, com_lsr) & LSR_RXRDY) == 0)
sys/arch/evbarm/stand/board/ns16550.c
103
while (!ISSET(stat = INB(com_lsr), LSR_RXRDY))
sys/arch/evbppc/mpc85xx/machdep.c
454
if ((com0addr[com_lsr] & LSR_RXRDY) == 0)
sys/arch/hp300/dev/dnkbd.c
781
if (bus_space_read_1(bst, bsh, com_lsr) & LSR_RXRDY)
sys/arch/hp300/dev/dnkbd.c
925
else if (lsr != LSR_RXRDY) {
sys/arch/hp300/stand/common/apci.c
152
if (((stat = apci->ap_lsr) & LSR_RXRDY) == 0)
sys/arch/hp300/stand/common/dca.c
114
if (((stat = dca->dca_lsr) & LSR_RXRDY) == 0)
sys/arch/hp300/stand/common/dnkbd.c
106
if (apci->ap_lsr & LSR_RXRDY) {
sys/arch/hpcmips/stand/lcboot/com.c
84
return ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_RXRDY);
sys/arch/hpcmips/stand/lcboot/extern.h
100
#define ISKEY ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_RXRDY)
sys/arch/i386/stand/lib/comio_direct.c
123
while (!ISSET(stat = inb(combase + com_lsr), LSR_RXRDY))
sys/arch/i386/stand/lib/comio_direct.c
224
if (ISSET(inb(combase + com_lsr), LSR_RXRDY)) {
sys/arch/mips/atheros/ar_console.c
98
while (!(uart[com_lsr] & htobe32(LSR_RXRDY)))
sys/arch/mips/ralink/ralink_com.c
251
if ((uart_read(RA_UART_LSR) & LSR_RXRDY) == 0)
sys/arch/mmeye/stand/boot/com.c
173
while ((CSR_READ(com_port, com_lsr) & LSR_RXRDY) == 0)
sys/arch/mmeye/stand/boot/com.c
184
if ((CSR_READ(com_port, com_lsr) & LSR_RXRDY) == 0)
sys/arch/netwinder/netwinder/netwinder_machdep.c
1008
while (!ISSET(stat = KCOM_GETBYTE(com_lsr), LSR_RXRDY))
sys/arch/rs6000/rs6000/machdep.c
586
while (!ISSET(stat = KCOM_GETBYTE(com_lsr), LSR_RXRDY))
sys/arch/sandpoint/sandpoint/satmgr.c
679
while (lsr & LSR_RXRDY) {
sys/dev/ic/com.c
1883
while (ISSET(CSR_READ_1(regsp, COM_REG_LSR), LSR_RXRDY)
sys/dev/ic/com.c
2500
lsr |= LSR_RXRDY;
sys/dev/ic/com.c
2733
if (!ISSET(stat = CSR_READ_1(regsp, COM_REG_LSR), LSR_RXRDY)) {
sys/dev/ic/com.c
2756
&& ISSET(stat = CSR_READ_1(regsp, COM_REG_LSR), LSR_RXRDY)) {