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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsc26xx.c71 #define SR_FRAME (1 << 6) macro
155 if (unlikely(status & (SR_BREAK | SR_FRAME |
158 status &= ~(SR_PARITY | SR_FRAME);
164 else if (status & SR_FRAME)
174 else if (status & SR_FRAME)
401 port->read_status_mask |= SR_PARITY | SR_FRAME;
409 port->ignore_status_mask |= SR_BREAK | SR_FRAME |

Completed in 71 milliseconds