Searched refs:UART_LSR_DR (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dns16550.c25 #define UART_LSR_DR 0x01 /* Receiver data ready */ macro
46 while ((in_8(reg_base + (UART_LSR << reg_shift)) & UART_LSR_DR) == 0);
52 return ((in_8(reg_base + (UART_LSR << reg_shift)) & UART_LSR_DR) != 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dm32r_sio_reg.h131 #define UART_LSR_DR 0x04 /* Receiver data ready */ macro
H A Dsunsu.c284 up->port.read_status_mask &= ~UART_LSR_DR;
370 } while ((*status & UART_LSR_DR) && (max_count-- > 0));
448 if (status & UART_LSR_DR)
514 } while (serial_in(up, UART_LSR) & UART_LSR_DR);
524 if ((status & UART_LSR_DR) || (status & UART_LSR_BI))
816 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
842 up->port.ignore_status_mask |= UART_LSR_DR;
H A Dpxa.c94 up->port.read_status_mask &= ~UART_LSR_DR;
159 } while ((*status & UART_LSR_DR) && (max_count-- > 0));
239 if (lsr & UART_LSR_DR)
473 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
499 up->port.ignore_status_mask |= UART_LSR_DR;
H A Dvr41xx_siu.c278 port->read_status_mask &= ~UART_LSR_DR;
366 } while ((lsr & UART_LSR_DR) && (max_count-- > 0));
438 if (lsr & UART_LSR_DR)
561 port->read_status_mask = UART_LSR_THRE | UART_LSR_OE | UART_LSR_DR;
577 port->ignore_status_mask |= UART_LSR_DR;
H A Dm32r_sio.c306 up->port.read_status_mask &= ~UART_LSR_DR;
387 } while ((*status & UART_LSR_DR) && (max_count-- > 0));
751 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
777 up->port.ignore_status_mask |= UART_LSR_DR;
H A Dmfd.c458 up->port.read_status_mask &= ~UART_LSR_DR;
526 } while ((*status & UART_LSR_DR) && max_count--);
627 if (lsr & UART_LSR_DR)
979 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
1001 up->port.ignore_status_mask |= UART_LSR_DR;
H A D8250.c760 for (count = 0; (serial_inp(up, UART_LSR) & UART_LSR_DR) &&
1363 up->port.read_status_mask &= ~UART_LSR_DR;
1388 if (likely(lsr & UART_LSR_DR))
1393 * set UART_LSR_BI without setting UART_LSR_DR when
1395 * receive buffer without UART_LSR_DR bit set, we
1448 } while ((lsr & (UART_LSR_DR | UART_LSR_BI)) && (max_count-- > 0));
1530 if (status & (UART_LSR_DR | UART_LSR_BI))
1893 if (!(lsr & UART_LSR_DR))
2310 up->port.read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
2336 up->port.ignore_status_mask |= UART_LSR_DR;
[all...]
H A Dnwpserial.c148 } while (dcr_read(up->dcr_host, UART_LSR) & UART_LSR_DR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c46 while (in_8(avr_addr + UART_LSR) & UART_LSR_DR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-io-serial-low.S48 btst UART_LSR_DR,d3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-io.c119 while (__UART(LSR) & UART_LSR_DR) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c320 port->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
346 port->ignore_status_mask |= UART_LSR_DR;
386 port->read_status_mask &= ~UART_LSR_DR;
442 } while ((*status & UART_LSR_DR) && (max_count-- > 0));
563 if (lsr & UART_LSR_DR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dserial_reg.h120 #define UART_LSR_DR 0x01 /* Receiver data ready */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-orion5x/
H A Dkurobox_pro-setup.c195 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) {
H A Dterastation_pro2-setup.c175 while (!(readl(UART1_REG(LSR)) & UART_LSR_DR)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dserial.c203 (UART_LSR_THRE | UART_LSR_DR))) {
655 if (!(lsr & UART_LSR_DR))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/jsm/
H A Djsm_neo.c421 if (!(linestatus & UART_LSR_DR)) {
427 linestatus &= ~UART_LSR_DR;
855 if (ch->ch_cached_lsr & UART_LSR_DR) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Damiserial.c259 status = UART_LSR_DR; /* We obviously have a character! */
790 info->read_status_mask = UART_LSR_OE | UART_LSR_DR;
815 info->ignore_status_mask |= UART_LSR_DR;
1478 info->read_status_mask &= ~UART_LSR_DR;
H A Dmxser.c757 info->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
2138 } while (*status & UART_LSR_DR);
2283 if (status & UART_LSR_DR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Delsa_ser.c332 } while (*status & UART_LSR_DR);
403 if (status & UART_LSR_DR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dbtuart_cs.c284 } while (inb(iobase + UART_LSR) & UART_LSR_DR);
H A Ddtl1_cs.c287 } while (inb(iobase + UART_LSR) & UART_LSR_DR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_sir.c680 } while (lsr & UART_LSR_DR); /* data ready */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dserial-u16550.c218 while ((status = inb(uart->base + UART_LSR)) & UART_LSR_DR) {

Completed in 366 milliseconds

12