/src/sys/dev/ic/ |
ns16450reg.h | 46 #define com_lsr 5 /* line status register (R/W) */ macro
|
st16650reg.h | 52 #define com_lsr 5 /* line status register (R/W) */ macro
|
ns16550reg.h | 51 #define com_lsr 5 /* line status register (R/W) */ macro
|
/src/sys/arch/cobalt/stand/boot/ |
ns16550.c | 71 while ((CSR_READ(com_port, com_lsr) & LSR_TXRDY) == 0) 82 while ((CSR_READ(com_port, com_lsr) & LSR_RXRDY) == 0) 93 if ((CSR_READ(com_port, com_lsr) & LSR_RXRDY) == 0)
|
/src/sys/arch/hpcmips/stand/lcboot/ |
com.c | 84 return ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_RXRDY); 110 while (!ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_TXRDY) 118 while (!ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_TXRDY)
|
extern.h | 100 #define ISKEY ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_RXRDY)
|
/src/sys/arch/evbarm/stand/board/ |
ns16550.c | 103 while (!ISSET(stat = INB(com_lsr), LSR_RXRDY)) 116 while (!ISSET(stat = INB(com_lsr), LSR_TXRDY) && --timo) 123 while (!ISSET(stat = INB(com_lsr), LSR_TXRDY) && --timo)
|
/src/sys/arch/mips/atheros/ |
ar_console.c | 86 while (!(uart[com_lsr] & htobe32(LSR_TXRDY))) 98 while (!(uart[com_lsr] & htobe32(LSR_RXRDY))) 110 while (!(uart[com_lsr] & htobe32(LSR_TSRE)))
|
/src/sys/arch/mmeye/stand/boot/ |
com.c | 162 while ((CSR_READ(com_port, com_lsr) & LSR_TXRDY) == 0) 173 while ((CSR_READ(com_port, com_lsr) & LSR_RXRDY) == 0) 184 if ((CSR_READ(com_port, com_lsr) & LSR_RXRDY) == 0)
|
/src/sys/arch/i386/stand/lib/ |
comio_direct.c | 123 while (!ISSET(stat = inb(combase + com_lsr), LSR_RXRDY)) 160 while (!ISSET(stat = inb(combase + com_lsr), LSR_TXRDY) 167 while (!ISSET(stat = inb(combase + com_lsr), LSR_TXRDY) 224 if (ISSET(inb(combase + com_lsr), LSR_RXRDY)) {
|
/src/sys/arch/riscv/riscv/ |
mainbus.c | 85 while ((uartaddr[com_lsr] & LSR_TXRDY) == 0)
|
/src/sys/arch/arm/rockchip/ |
rk_platform.c | 144 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0) 222 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0) 280 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0) 339 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
|
/src/sys/arch/mips/ingenic/ |
ingenic_com.c | 129 while ((le32toh(com0addr[com_lsr]) & LSR_TXRDY) == 0) 135 while ((le32toh(com0addr[com_lsr]) & LSR_TSRE) == 0)
|
/src/sys/arch/mips/rmi/ |
rmixl_com.c | 179 while ((be32toh(com0addr[com_lsr]) & LSR_TXRDY) == 0) 185 while ((be32toh(com0addr[com_lsr]) & LSR_TSRE) == 0)
|
/src/sys/arch/rs6000/rs6000/ |
machdep.c | 586 while (!ISSET(stat = KCOM_GETBYTE(com_lsr), LSR_RXRDY)) 610 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo) 617 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
|
/src/sys/arch/arm/altera/ |
cycv_platform.c | 47 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
|
/src/sys/arch/arm/ti/ |
am3_platform.c | 36 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
|
omap3_platform.c | 141 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
|
/src/sys/arch/arm/nvidia/ |
tegra_platform.c | 83 while ((uartaddr[com_lsr] & LSR_TXRDY) == 0)
|
/src/sys/arch/netwinder/netwinder/ |
netwinder_machdep.c | 1008 while (!ISSET(stat = KCOM_GETBYTE(com_lsr), LSR_RXRDY)) 1026 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo) 1033 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
|
/src/sys/arch/evbarm/bcm53xx/ |
bcm53xx_machdep.c | 444 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
|
/src/sys/arch/hp300/dev/ |
dnkbd.c | 781 if (bus_space_read_1(bst, bsh, com_lsr) & LSR_RXRDY) 803 if (bus_space_read_1(bst, bsh, com_lsr) & LSR_TXRDY) 894 c = bus_space_read_1(bst, bsh, com_lsr); 921 lsr = bus_space_read_1(bst, bsh, com_lsr) &
|
/src/sys/arch/evbppc/mpc85xx/ |
machdep.c | 450 if ((com0addr[com_lsr] & LSR_RXRDY) == 0) 462 while ((com0addr[com_lsr] & LSR_TXRDY) == 0 && --timo > 0) 468 while ((com0addr[com_lsr] & LSR_TSRE) == 0 && --timo > 0)
|
/src/sys/arch/arm/sunxi/ |
sunxi_platform.c | 194 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
|
/src/sys/arch/arm/marvell/ |
mvsoc.c | 107 if ((uart_read(com_lsr) & LSR_RXRDY) == 0) 118 while ((uart_read(com_lsr) & LSR_TXRDY) == 0 && --timo > 0) 124 while ((uart_read(com_lsr) & LSR_TSRE) == 0 && --timo > 0)
|