Searched refs:UART_LSR_BI (Results 1 - 25 of 39) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dm32r_sio_reg.h127 #define UART_LSR_BI 0x00 /* Break interrupt indicator */ macro
H A Dpxa.c109 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
114 if (*status & UART_LSR_BI) {
144 if (*status & UART_LSR_BI) {
477 up->port.read_status_mask |= UART_LSR_BI;
486 up->port.ignore_status_mask |= UART_LSR_BI;
588 if (status & UART_LSR_BI)
589 up->lsr_break_flag = UART_LSR_BI;
H A Dvr41xx_siu.c333 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_FE |
335 if (lsr & UART_LSR_BI) {
351 if (lsr & UART_LSR_BI)
565 port->read_status_mask |= UART_LSR_BI;
571 port->ignore_status_mask |= UART_LSR_BI;
747 if (lsr & UART_LSR_BI)
748 lsr_break_flag[port->line] = UART_LSR_BI;
H A Dsunsu.c312 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
317 if (*status & UART_LSR_BI) {
350 if (*status & UART_LSR_BI) {
524 if ((status & UART_LSR_DR) || (status & UART_LSR_BI))
525 receive_kbd_ms_chars(up, (status & UART_LSR_BI) != 0);
820 up->port.read_status_mask |= UART_LSR_BI;
829 up->port.ignore_status_mask |= UART_LSR_BI;
1242 if (status & UART_LSR_BI)
1243 up->lsr_break_flag = UART_LSR_BI;
H A Dmfd.c477 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
483 if (*status & UART_LSR_BI) {
512 if (*status & UART_LSR_BI) {
610 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_PE |
983 up->port.read_status_mask |= UART_LSR_BI;
990 up->port.ignore_status_mask |= UART_LSR_BI;
1084 if (status & UART_LSR_BI)
1085 up->lsr_break_flag = UART_LSR_BI;
H A Dm32r_sio.c330 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
335 if (*status & UART_LSR_BI) {
364 if (*status & UART_LSR_BI) {
755 up->port.read_status_mask |= UART_LSR_BI;
764 up->port.ignore_status_mask |= UART_LSR_BI;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dm32r_sio_reg.h127 #define UART_LSR_BI 0x00 /* Break interrupt indicator */ macro
H A Dpxa.c109 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
114 if (*status & UART_LSR_BI) {
144 if (*status & UART_LSR_BI) {
477 up->port.read_status_mask |= UART_LSR_BI;
486 up->port.ignore_status_mask |= UART_LSR_BI;
588 if (status & UART_LSR_BI)
589 up->lsr_break_flag = UART_LSR_BI;
H A Dvr41xx_siu.c333 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_FE |
335 if (lsr & UART_LSR_BI) {
351 if (lsr & UART_LSR_BI)
565 port->read_status_mask |= UART_LSR_BI;
571 port->ignore_status_mask |= UART_LSR_BI;
747 if (lsr & UART_LSR_BI)
748 lsr_break_flag[port->line] = UART_LSR_BI;
H A Dsunsu.c312 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
317 if (*status & UART_LSR_BI) {
350 if (*status & UART_LSR_BI) {
524 if ((status & UART_LSR_DR) || (status & UART_LSR_BI))
525 receive_kbd_ms_chars(up, (status & UART_LSR_BI) != 0);
820 up->port.read_status_mask |= UART_LSR_BI;
829 up->port.ignore_status_mask |= UART_LSR_BI;
1242 if (status & UART_LSR_BI)
1243 up->lsr_break_flag = UART_LSR_BI;
H A Dmfd.c477 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
483 if (*status & UART_LSR_BI) {
512 if (*status & UART_LSR_BI) {
610 if (unlikely(lsr & (UART_LSR_BI | UART_LSR_PE |
983 up->port.read_status_mask |= UART_LSR_BI;
990 up->port.ignore_status_mask |= UART_LSR_BI;
1084 if (status & UART_LSR_BI)
1085 up->lsr_break_flag = UART_LSR_BI;
H A Dm32r_sio.c330 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
335 if (*status & UART_LSR_BI) {
364 if (*status & UART_LSR_BI) {
755 up->port.read_status_mask |= UART_LSR_BI;
764 up->port.ignore_status_mask |= UART_LSR_BI;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/kernel/
H A Dgdb-io-serial.c117 if (st & UART_LSR_BI) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-io-serial.c117 if (st & UART_LSR_BI) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-io.c169 if (st & UART_LSR_BI) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-io.c169 if (st & UART_LSR_BI) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mmc/card/
H A Dsdio_uart.c324 port->read_status_mask |= UART_LSR_BI;
333 port->ignore_status_mask |= UART_LSR_BI;
402 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
407 if (*status & UART_LSR_BI) {
421 if (*status & UART_LSR_BI)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c324 port->read_status_mask |= UART_LSR_BI;
333 port->ignore_status_mask |= UART_LSR_BI;
402 if (unlikely(*status & (UART_LSR_BI | UART_LSR_PE |
407 if (*status & UART_LSR_BI) {
421 if (*status & UART_LSR_BI)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dserial_reg.h116 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dserial_reg.h116 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dserial_reg.h116 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dserial_reg.h116 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dserial_reg.h116 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Damiserial.c266 status |= UART_LSR_BI;
284 if (status & (UART_LSR_BI | UART_LSR_PE |
289 if (status & UART_LSR_BI) {
309 if (status & (UART_LSR_BI)) {
794 info->read_status_mask |= UART_LSR_BI;
803 info->ignore_status_mask |= UART_LSR_BI;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Damiserial.c266 status |= UART_LSR_BI;
284 if (status & (UART_LSR_BI | UART_LSR_PE |
289 if (status & UART_LSR_BI) {
309 if (status & (UART_LSR_BI)) {
794 info->read_status_mask |= UART_LSR_BI;
803 info->ignore_status_mask |= UART_LSR_BI;

Completed in 171 milliseconds

12