Searched refs:LSR_TXRDY (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461uartreg.h64 #define LSR_TXRDY 0x20 /* Transmitter buffer empty */ macro
H A Dhd64461uartvar.h38 while ((*(volatile uint8_t *)HD64461_ULSR_REG8 & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/hpcsh/dev/hd64465/
H A Dhd64465uartvar.h37 while ((VOLATILE_REF8(HD64465_ULSR_REG8) & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/hpcmips/stand/lcboot/
H A Dcom.c110 while (!ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_TXRDY)
118 while (!ISSET(REGREAD_1(VR4181_SIU_ADDR, com_lsr), LSR_TXRDY)
/netbsd-current/sys/arch/evbarm/stand/board/
H A Dns16550.c116 while (!ISSET(stat = INB(com_lsr), LSR_TXRDY) && --timo)
123 while (!ISSET(stat = INB(com_lsr), LSR_TXRDY) && --timo)
/netbsd-current/sys/arch/hp300/stand/common/
H A Dapci.c175 while (((stat = apci->ap_lsr) & LSR_TXRDY) == 0 && --timo)
180 while (((stat = apci->ap_lsr) & LSR_TXRDY) == 0 && --timo)
H A Ddca.c137 while (((stat = dca->dca_lsr) & LSR_TXRDY) == 0 && --timo)
142 while (((stat = dca->dca_lsr) & LSR_TXRDY) == 0 && --timo)
H A Ddcareg.h155 #define LSR_TXRDY 0x20 macro
/netbsd-current/sys/arch/i386/stand/lib/
H A Dcomio_direct.c160 while (!ISSET(stat = inb(combase + com_lsr), LSR_TXRDY)
167 while (!ISSET(stat = inb(combase + com_lsr), LSR_TXRDY)
/netbsd-current/sys/arch/cobalt/stand/boot/
H A Dns16550.c71 while ((CSR_READ(com_port, com_lsr) & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/arm/rockchip/
H A Drk_platform.c143 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
221 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
279 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
338 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/riscv/riscv/
H A Dmainbus.c85 while ((uartaddr[com_lsr] & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/mmeye/stand/boot/
H A Dcom.c162 while ((CSR_READ(com_port, com_lsr) & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/mips/atheros/
H A Dar_console.c86 while (!(uart[com_lsr] & htobe32(LSR_TXRDY)))
/netbsd-current/sys/dev/ic/
H A Dcomreg.h130 #define LSR_TXRDY 0x20 /* Transmitter buffer empty */ macro
/netbsd-current/sys/arch/mips/ingenic/
H A Dingenic_com.c129 while ((le32toh(com0addr[com_lsr]) & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/arm/altera/
H A Dcycv_platform.c46 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra_platform.c82 while ((uartaddr[com_lsr] & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/arm/ti/
H A Domap3_platform.c140 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
H A Dam3_platform.c35 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/rs6000/rs6000/
H A Dmachdep.c610 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
617 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
/netbsd-current/sys/arch/mips/rmi/
H A Drmixl_com.c179 while ((be32toh(com0addr[com_lsr]) & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/evbarm/bcm53xx/
H A Dbcm53xx_machdep.c444 while ((le32toh(uartaddr[com_lsr]) & LSR_TXRDY) == 0)
/netbsd-current/sys/arch/netwinder/netwinder/
H A Dnetwinder_machdep.c1026 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
1033 while (!ISSET(KCOM_GETBYTE(com_lsr), LSR_TXRDY) && --timo)
/netbsd-current/sys/arch/mips/ralink/
H A Dralink_com.c262 while ((uart_read(RA_UART_LSR) & LSR_TXRDY) == 0 && --timo > 0)

Completed in 478 milliseconds

12