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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dserial_reg.h94 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dserial_reg.h94 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Damiserial.c302 status |= UART_LSR_OE;
322 UART_LSR_FE | UART_LSR_OE)) {
333 if (status & UART_LSR_OE)
357 if (status & UART_LSR_OE) {
839 info->read_status_mask = UART_LSR_OE | UART_LSR_DR;
858 info->ignore_status_mask |= UART_LSR_OE;
H A Dmxser.c1471 } else if (*status & UART_LSR_OE) {
2115 info->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
2130 info->ignore_status_mask |= UART_LSR_OE | UART_LSR_PE | UART_LSR_FE;
2131 info->read_status_mask |= UART_LSR_OE | UART_LSR_PE | UART_LSR_FE;
H A Desp.c1173 info->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
1188 info->ignore_status_mask |= UART_LSR_OE | \
1190 info->read_status_mask |= UART_LSR_OE | \
H A Dserial.c607 UART_LSR_FE | UART_LSR_OE)) {
635 if (*status & UART_LSR_OE)
676 if ((*status & UART_LSR_OE) &&
1776 info->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
1795 info->ignore_status_mask |= UART_LSR_OE;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsu.c411 UART_LSR_FE | UART_LSR_OE)) {
422 if (*status & UART_LSR_OE)
452 if (*status & UART_LSR_OE) {
1069 info->read_status_mask = UART_LSR_OE | UART_LSR_THRE |
1089 info->ignore_status_mask |= UART_LSR_OE;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dserial.c359 UART_LSR_FE | UART_LSR_OE)) {
387 if (*status & UART_LSR_OE)
418 if (*status & UART_LSR_OE) {
1098 info->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR;
1117 info->ignore_status_mask |= UART_LSR_OE;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dau1000.h634 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dau1000.h634 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dau1000.h634 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dau1000.h634 #define UART_LSR_OE 0x02 /* Overrun error indicator */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Delsa_ser.c337 UART_LSR_FE | UART_LSR_OE)) {

Completed in 133 milliseconds