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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dstallion.h87 unsigned int rxignoremsk; member in struct:stlport
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dstallion.c2694 portp->rxignoremsk = 0;
2696 portp->rxignoremsk |= (ST_PARITY | ST_FRAMING | ST_OVERRUN);
2700 portp->rxignoremsk |= ST_BREAK;
3439 if (tty != NULL && (portp->rxignoremsk & status) == 0) {
3655 portp->rxignoremsk = 0;
3657 portp->rxignoremsk |= (SR_RXPARITY | SR_RXFRAMING |
3660 portp->rxignoremsk |= SR_RXBREAK;
4368 ((portp->rxignoremsk & status) == 0)) {

Completed in 54 milliseconds