Symbol: com_lsr
sys/arch/arm/altera/cycv_platform.c
47
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/arm/broadcom/bcm283x_platform.c
1391
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/arm/marvell/mvsoc.c
107
if ((uart_read(com_lsr) & LSR_RXRDY) == 0)
sys/arch/arm/marvell/mvsoc.c
118
while ((uart_read(com_lsr) & LSR_TXRDY) == 0 && --timo > 0)
sys/arch/arm/marvell/mvsoc.c
124
while ((uart_read(com_lsr) & LSR_TSRE) == 0 && --timo > 0)
sys/arch/arm/nvidia/tegra_platform.c
83
while ((uartaddr[com_lsr] & LSR_TXRDY) == 0)
sys/arch/arm/rockchip/rk_platform.c
144
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/arm/rockchip/rk_platform.c
222
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/arm/rockchip/rk_platform.c
280
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/arm/rockchip/rk_platform.c
339
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/arm/sunxi/sunxi_platform.c
194
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/arm/ti/am18xx_platform.c
93
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/arm/ti/am3_platform.c
36
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/arm/ti/omap3_platform.c
224
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/arm/ti/omap3_platform.c
241
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/cobalt/stand/boot/ns16550.c
71
while ((CSR_READ(com_port, com_lsr) & LSR_TXRDY) == 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/bcm53xx/bcm53xx_machdep.c
444
while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/evbarm/stand/board/ns16550.c
103
while (!ISSET(stat = INB(com_lsr), LSR_RXRDY))
sys/arch/evbarm/stand/board/ns16550.c
116
while (!ISSET(stat = INB(com_lsr), LSR_TXRDY) && --timo)
sys/arch/evbarm/stand/board/ns16550.c
123
while (!ISSET(stat = INB(com_lsr), LSR_TXRDY) && --timo)
sys/arch/evbppc/mpc85xx/machdep.c
454
if ((com0addr[com_lsr] & LSR_RXRDY) == 0)
sys/arch/evbppc/mpc85xx/machdep.c
466
while ((com0addr[com_lsr] & LSR_TXRDY) == 0 && --timo > 0)
sys/arch/evbppc/mpc85xx/machdep.c
472
while ((com0addr[com_lsr] & LSR_TSRE) == 0 && --timo > 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
803
if (bus_space_read_1(bst, bsh, com_lsr) & LSR_TXRDY)
sys/arch/hp300/dev/dnkbd.c
894
c = bus_space_read_1(bst, bsh, com_lsr);
sys/arch/hp300/dev/dnkbd.c
921
lsr = bus_space_read_1(bst, bsh, com_lsr) &
sys/arch/hpcmips/stand/lcboot/com.c
110
while (!ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_TXRDY)
sys/arch/hpcmips/stand/lcboot/com.c
118
while (!ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_TXRDY)
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
160
while (!ISSET(stat = inb(combase + com_lsr), LSR_TXRDY)
sys/arch/i386/stand/lib/comio_direct.c
167
while (!ISSET(stat = inb(combase + com_lsr), LSR_TXRDY)
sys/arch/i386/stand/lib/comio_direct.c
224
if (ISSET(inb(combase + com_lsr), LSR_RXRDY)) {
sys/arch/mips/atheros/ar_console.c
110
while (!(uart[com_lsr] & htobe32(LSR_TSRE)))
sys/arch/mips/atheros/ar_console.c
86
while (!(uart[com_lsr] & htobe32(LSR_TXRDY)))
sys/arch/mips/atheros/ar_console.c
98
while (!(uart[com_lsr] & htobe32(LSR_RXRDY)))
sys/arch/mips/ingenic/ingenic_com.c
129
while ((le32toh(com0addr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/mips/ingenic/ingenic_com.c
135
while ((le32toh(com0addr[com_lsr]) & LSR_TSRE) == 0)
sys/arch/mips/rmi/rmixl_com.c
179
while ((be32toh(com0addr[com_lsr]) & LSR_TXRDY) == 0)
sys/arch/mips/rmi/rmixl_com.c
185
while ((be32toh(com0addr[com_lsr]) & LSR_TSRE) == 0)
sys/arch/mmeye/stand/boot/com.c
162
while ((CSR_READ(com_port, com_lsr) & LSR_TXRDY) == 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/netwinder/netwinder/netwinder_machdep.c
1026
while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
sys/arch/netwinder/netwinder/netwinder_machdep.c
1033
while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
sys/arch/riscv/riscv/mainbus.c
85
while ((uartaddr[com_lsr] & LSR_TXRDY) == 0)
sys/arch/rs6000/rs6000/machdep.c
586
while (!ISSET(stat = KCOM_GETBYTE(com_lsr), LSR_RXRDY))
sys/arch/rs6000/rs6000/machdep.c
610
while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
sys/arch/rs6000/rs6000/machdep.c
617
while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
sys/dev/ic/com.c
275
[COM_REG_LSR] = com_lsr,