Searched refs:UART_LSR_FE (Results 1 – 10 of 10) sorted by relevance
92 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
169 #define UART_LSR_RXCERR (UART_LSR_BI | UART_LSR_FE | UART_LSR_PE)
322 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()327 status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()331 else if (status & UART_LSR_FE) in receive_chars()355 else if (status & UART_LSR_FE) in receive_chars()838 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()847 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
1416 } else if (*status & UART_LSR_FE) { in mxser_receive_chars()2124 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in mxser_change_speed()2132 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in mxser_change_speed()2133 info->read_status_mask |= UART_LSR_PE | UART_LSR_FE; in mxser_change_speed()2144 info->ignore_status_mask |= UART_LSR_OE | UART_LSR_PE | UART_LSR_FE; in mxser_change_speed()2145 info->read_status_mask |= UART_LSR_OE | UART_LSR_PE | UART_LSR_FE; in mxser_change_speed()
359 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()364 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()385 else if (*status & UART_LSR_FE) in receive_chars()416 else if (*status & UART_LSR_FE) in receive_chars()1116 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE;1125 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE;
1172 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()1180 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()1181 info->read_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()1193 UART_LSR_PE | UART_LSR_FE; in change_speed()1195 UART_LSR_PE | UART_LSR_FE; in change_speed()
599 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()604 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_chars()625 else if (*status & UART_LSR_FE) in receive_chars()649 else if (*status & UART_LSR_FE) in receive_chars()1781 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()1790 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
411 UART_LSR_FE | UART_LSR_OE)) { in receive_serial_chars()416 *status &= ~(UART_LSR_FE | UART_LSR_PE); in receive_serial_chars()420 else if (*status & UART_LSR_FE) in receive_serial_chars()450 else if (*status & UART_LSR_FE) in receive_serial_chars()1069 info->read_status_mask |= UART_LSR_FE | UART_LSR_PE; in change_speed()1078 info->ignore_status_mask |= UART_LSR_PE | UART_LSR_FE; in change_speed()
952 #define UART_LSR_FE 0x08 /* Frame error indicator */ macro
337 UART_LSR_FE | UART_LSR_OE)) { in receive_chars()