tag | line | file | source code |
---|---|---|---|
ST_PARITY | 1645 | drivers/char/stallion.c | if (status & ST_PARITY) |
ST_PARITY | 1670 | drivers/char/stallion.c | } else if (status & ST_PARITY) { |
ST_PARITY | 1988 | drivers/char/stallion.c | portp->rxignoremsk |= (ST_PARITY | ST_FRAMING | ST_OVERRUN); |
ST_PARITY | 1998 | drivers/char/stallion.c | portp->rxmarkmsk |= (ST_PARITY | ST_FRAMING); |