Symbol: com_lsr
sys/arch/amd64/stand/efiboot/efiboot.c
652
return (inb(port + com_lsr) & LSR_RXRDY);
sys/arch/amd64/stand/efiboot/efiboot.c
654
while ((inb(port + com_lsr) & LSR_RXRDY) == 0)
sys/arch/amd64/stand/efiboot/efiboot.c
665
while ((inb(port + com_lsr) & LSR_TXRDY) == 0)
sys/arch/amd64/stand/libsa/bioscons.c
161
while (inb(port + com_lsr) & LSR_RXRDY)
sys/arch/amd64/stand/libsa/bioscons.c
171
return (inb(port + com_lsr) & LSR_RXRDY);
sys/arch/amd64/stand/libsa/bioscons.c
173
while ((inb(port + com_lsr) & LSR_RXRDY) == 0)
sys/arch/amd64/stand/libsa/bioscons.c
239
while ((inb(port + com_lsr) & LSR_TXRDY) == 0)
sys/arch/i386/stand/libsa/bioscons.c
158
while (inb(port + com_lsr) & LSR_RXRDY)
sys/arch/i386/stand/libsa/bioscons.c
168
return (inb(port + com_lsr) & LSR_RXRDY);
sys/arch/i386/stand/libsa/bioscons.c
170
while ((inb(port + com_lsr) & LSR_RXRDY) == 0)
sys/arch/i386/stand/libsa/bioscons.c
236
while ((inb(port + com_lsr) & LSR_TXRDY) == 0)
sys/arch/sparc64/dev/comkbd_ebus.c
268
if (COM_READ(sc, com_lsr) & LSR_RXRDY)
sys/arch/sparc64/dev/comkbd_ebus.c
287
if (COM_READ(sc, com_lsr) & LSR_TXRDY)
sys/arch/sparc64/dev/comkbd_ebus.c
297
if (COM_READ(sc, com_lsr) & LSR_TXRDY)
sys/arch/sparc64/dev/comkbd_ebus.c
362
if (COM_READ(sc, com_lsr) & LSR_TXRDY) {
sys/arch/sparc64/dev/comkbd_ebus.c
384
lsr = COM_READ(sc, com_lsr);
sys/arch/sparc64/dev/comkbd_ebus.c
396
lsr = COM_READ(sc, com_lsr);
sys/arch/sparc64/dev/comkbd_ebus.c
438
stat = COM_READ(sc,com_lsr);
sys/arch/sparc64/dev/comkbd_ebus.c
454
stat = COM_READ(sc, com_lsr);
sys/arch/sparc64/dev/comkbd_ebus.c
474
stat = COM_READ(sc, com_lsr);
sys/arch/sparc64/dev/comms_ebus.c
306
lsr = COM_READ(sc, com_lsr);
sys/arch/sparc64/dev/comms_ebus.c
332
lsr = COM_READ(sc, com_lsr);
sys/arch/sparc64/dev/comms_ebus.c
359
while (ISSET(COM_READ(sc, com_lsr), LSR_RXRDY))
sys/dev/ic/com.c
1081
lsr = com_read_reg(sc, com_lsr);
sys/dev/ic/com.c
1118
lsr = com_read_reg(sc, com_lsr);
sys/dev/ic/com.c
1252
while (!ISSET(stat = comcn_read_reg(com_lsr), LSR_RXRDY))
sys/dev/ic/com.c
1274
while (!ISSET(comcn_read_reg(com_lsr), LSR_TXRDY) && --timo)
sys/dev/ic/com.c
1284
while (!ISSET(comcn_read_reg(com_lsr), LSR_TXRDY) && --timo)
sys/dev/ic/com.c
1547
if (ISSET(com_read_reg(sc, com_lsr), LSR_RXRDY))
sys/dev/ic/com.c
1618
while (!ISSET(com_read_reg(sc, com_lsr),
sys/dev/ic/com.c
1629
while (!ISSET(com_read_reg(sc, com_lsr),
sys/dev/ic/com.c
352
com_lsr), LSR_RXRDY))
sys/dev/ic/com.c
360
while (ISSET(com_read_reg(sc, com_lsr), LSR_RXRDY))
sys/dev/ic/com.c
493
if (ISSET(com_read_reg(sc, com_lsr), LSR_RXRDY))
sys/dev/ic/com.c
608
com_lsr), LSR_RXRDY))