Searched refs:UART_LSR_TEMT (Results 1 - 17 of 17) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/cobalt/
H A Dpromcon.c31 } while ((lsr & (UART_LSR_TEMT | UART_LSR_THRE)) != (UART_LSR_TEMT | UART_LSR_THRE));
58 } while ((lsr & (UART_LSR_TEMT | UART_LSR_THRE)) != (UART_LSR_TEMT | UART_LSR_THRE));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dserial_reg.h89 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dserial_reg.h89 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/net/
H A Dctctty.c558 info->lsr &= ~UART_LSR_TEMT;
605 info->lsr |= UART_LSR_TEMT;
689 result = ((status & UART_LSR_TEMT) ? TIOCSER_TEMT : 0);
1110 while (!(info->lsr & UART_LSR_TEMT)) {
1174 info->lsr |= UART_LSR_TEMT;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_tty.c323 info->lsr &= ~UART_LSR_TEMT;
474 info->lsr &= ~UART_LSR_TEMT;
769 info->lsr |= UART_LSR_TEMT;
1222 info->lsr |= UART_LSR_TEMT;
1264 info->lsr |= UART_LSR_TEMT;
1418 result = ((status & UART_LSR_TEMT) ? TIOCSER_TEMT : 0);
1859 while (!(info->lsr & UART_LSR_TEMT)) {
2294 info->lsr |= UART_LSR_TEMT;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dau1000.h629 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dau1000.h629 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dau1000.h629 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dau1000.h629 #define UART_LSR_TEMT 0x40 /* Transmitter empty */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsu.c1468 result = ((status & UART_LSR_TEMT) ? TIOCSER_TEMT : 0);
1857 while (!((lsr = serial_inp(info, UART_LSR)) & UART_LSR_TEMT)) {
2777 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dserial.c1553 result = ((status & UART_LSR_TEMT) ? TIOCSER_TEMT : 0);
2023 while (!((lsr = serial_inp(info, UART_LSR)) & UART_LSR_TEMT)) {
2848 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dmxser.c883 while (!(inb(info->base + UART_LSR) & UART_LSR_TEMT)) {
2241 result = ((status & UART_LSR_TEMT) ? TIOCSER_TEMT : 0);
H A Dserial.c2261 result = ((status & UART_LSR_TEMT) ? TIOCSER_TEMT : 0);
2920 while (!((lsr = serial_inp(info, UART_LSR)) & UART_LSR_TEMT)) {
5778 #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE)
H A Desp.c1769 result = ((status & UART_LSR_TEMT) ? TIOCSER_TEMT : 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dali-ircc.c902 while(!(inb(iobase+UART_LSR) & UART_LSR_TEMT))
912 IRDA_DEBUG(2, "%s(), ali_ircc_change_speed from UART_LSR_TEMT \n", __FUNCTION__);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8260_io/
H A Duart.c1164 result = ((status & UART_LSR_TEMT) ? TIOCSER_TEMT : 0);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8xx_io/
H A Duart.c1270 result = ((status & UART_LSR_TEMT) ? TIOCSER_TEMT : 0);

Completed in 238 milliseconds