Searched refs:rxignoremsk (Results 1 – 2 of 2) sorted by relevance
87 unsigned int rxignoremsk; member
2693 portp->rxignoremsk = 0; in stl_cd1400setport()2695 portp->rxignoremsk |= (ST_PARITY | ST_FRAMING | ST_OVERRUN); in stl_cd1400setport()2699 portp->rxignoremsk |= ST_BREAK; in stl_cd1400setport()3443 if (tty != NULL && (portp->rxignoremsk & status) == 0) { in stl_cd1400rxisr()3666 portp->rxignoremsk = 0; in stl_sc26198setport()3668 portp->rxignoremsk |= (SR_RXPARITY | SR_RXFRAMING | in stl_sc26198setport()3671 portp->rxignoremsk |= SR_RXBREAK; in stl_sc26198setport()4383 ((portp->rxignoremsk & status) == 0)) { in stl_sc26198rxbadch()