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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dserial_reg.h91 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dserial_reg.h91 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Damiserial.c300 status |= UART_LSR_BI;
321 if (status & (UART_LSR_BI | UART_LSR_PE |
326 if (status & UART_LSR_BI) {
346 if (status & (UART_LSR_BI)) {
843 info->read_status_mask |= UART_LSR_BI;
852 info->ignore_status_mask |= UART_LSR_BI;
H A Dmxser.c1463 if (*status & UART_LSR_BI) {
2119 info->read_status_mask |= UART_LSR_BI;
2123 info->ignore_status_mask |= UART_LSR_BI;
2124 info->read_status_mask |= UART_LSR_BI;
H A Dserial.c606 if (*status & (UART_LSR_BI | UART_LSR_PE |
611 if (*status & UART_LSR_BI) {
650 if (*status & (UART_LSR_BI)) {
1780 info->read_status_mask |= UART_LSR_BI;
1789 info->ignore_status_mask |= UART_LSR_BI;
5792 if (status & UART_LSR_BI)
5793 lsr_break_flag = UART_LSR_BI;
H A Desp.c1177 info->read_status_mask |= UART_LSR_BI;
1181 info->ignore_status_mask |= UART_LSR_BI;
1182 info->read_status_mask |= UART_LSR_BI;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsu.c399 (ch == 0 || (*status &UART_LSR_BI)))
410 if (*status & (UART_LSR_BI | UART_LSR_PE |
415 if (*status & UART_LSR_BI) {
441 if (*status & (UART_LSR_BI)) {
615 if ((status & UART_LSR_DR) || (status & UART_LSR_BI))
617 (status & UART_LSR_BI) != 0);
1074 info->read_status_mask |= UART_LSR_BI;
1083 info->ignore_status_mask |= UART_LSR_BI;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dserial.c358 if (*status & (UART_LSR_BI | UART_LSR_PE |
363 if (*status & UART_LSR_BI) {
409 if (*status & (UART_LSR_BI)) {
1102 info->read_status_mask |= UART_LSR_BI;
1111 info->ignore_status_mask |= UART_LSR_BI;
2862 if (status & UART_LSR_BI)
2863 lsr_break_flag = UART_LSR_BI;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dau1000.h631 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dau1000.h631 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dau1000.h631 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dau1000.h631 #define UART_LSR_BI 0x10 /* Break interrupt indicator */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Delsa_ser.c336 if (*status & (UART_LSR_BI | UART_LSR_PE |

Completed in 108 milliseconds