Home
last modified time | relevance | path

Searched refs:SC_RCV_EVNP (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/irda/irnet/
Dirnet_ppp.h31 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)
/linux-2.4.37.9/include/linux/
Dif_ppp.h78 #define SC_RCV_EVNP 0x04000000 /* have rcvd char with even parity */ macro
/linux-2.4.37.9/drivers/net/
Dppp_async.c81 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)
865 s |= (0x6996 & (1 << c))? SC_RCV_ODDP: SC_RCV_EVNP; in ppp_async_input()
Dppp_synctty.c80 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP)