Home
last modified time | relevance | path

Searched refs:COM_REG_LSR (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dcomvar.h93 #define COM_REG_LSR 12 macro
H A Dcom.c263 [COM_REG_LSR] = com_lsr,
1767 while (ISSET(CSR_READ_1(regsp, COM_REG_LSR), LSR_RXRDY) in com_iflush()
2284 lsr = CSR_READ_1(regsp, COM_REG_LSR); in comintr()
2318 lsr = CSR_READ_1(regsp, COM_REG_LSR); in comintr()
2421 lsr = CSR_READ_1(regsp, COM_REG_LSR); in comintr()
2512 if (!ISSET(stat = CSR_READ_1(regsp, COM_REG_LSR), LSR_RXRDY)) { in com_common_getc()
2535 && ISSET(stat = CSR_READ_1(regsp, COM_REG_LSR), LSR_RXRDY)) { in com_common_putc()
2545 while (!ISSET(CSR_READ_1(regsp, COM_REG_LSR), LSR_TXRDY) && --timo) in com_common_putc()
/netbsd-src/sys/arch/mips/cavium/dev/
H A Docteon_uart.c82 [COM_REG_LSR] = MIO_UART_LSR_OFFSET,
/netbsd-src/sys/arch/mips/alchemy/dev/
H A Dcom_aubus.c186 [COM_REG_LSR] = AUCOM_LSR,
/netbsd-src/sys/arch/evbarm/gemini/
H A Dgemini_machdep.c504 while ((com0addr[COM_REG_LSR * 4] & LSR_TXRDY) == 0) in gemini_putchar()
510 while ((com0addr[COM_REG_LSR * 4] & LSR_TSRE) == 0) in gemini_putchar()
/netbsd-src/sys/arch/mips/ralink/
H A Dralink_com.c383 [COM_REG_LSR] = RA_UART_LSR,