Home
last modified time | relevance | path

Searched refs:LSR_TSRE (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/arch/evbarm/bcm53xx/
H A Dgenassym.cf45 define LSR_TSRE LSR_TSRE
/netbsd-src/sys/arch/mips/atheros/
H A Dar_console.c110 while (!(uart[com_lsr] & htobe32(LSR_TSRE))) in earlycons_flush()
/netbsd-src/sys/dev/ic/
H A Dcomreg.h129 #define LSR_TSRE 0x40 /* Transmitter empty: byte sent */ macro
/netbsd-src/sys/arch/hp300/stand/common/
H A Ddcareg.h154 #define LSR_TSRE 0x40 macro
/netbsd-src/sys/arch/mips/ingenic/
H A Dingenic_com.c135 while ((le32toh(com0addr[com_lsr]) & LSR_TSRE) == 0) in ingenic_putchar()
/netbsd-src/sys/arch/mips/rmi/
H A Drmixl_com.c185 while ((be32toh(com0addr[com_lsr]) & LSR_TSRE) == 0) in rmixl_putchar()
/netbsd-src/sys/arch/mips/ralink/
H A Dralink_com.c269 while ((uart_read(RA_UART_LSR) & LSR_TSRE) == 0 && --timo > 0) in ralink_cnputc()
/netbsd-src/sys/arch/evbarm/gemini/
H A Dgemini_machdep.c510 while ((com0addr[COM_REG_LSR * 4] & LSR_TSRE) == 0) in gemini_putchar()
/netbsd-src/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c468 while ((com0addr[com_lsr] & LSR_TSRE) == 0 && --timo > 0) in e500_cnputc()
/netbsd-src/sys/arch/arm/marvell/
H A Dmvsoc.c124 while ((uart_read(com_lsr) & LSR_TSRE) == 0 && --timo > 0) in mvsoc_cnputc()