Home
last modified time | relevance | path

Searched refs:SC_RCV_BITS (Results 1 – 2 of 2) sorted by relevance

/net/irda/irnet/
Dirnet_ppp.h31 #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP) macro
Dirnet_ppp.c1049 ap->flags = val & ~SC_RCV_BITS; in ppp_irnet_ioctl()
1050 ap->rbits = val & SC_RCV_BITS; in ppp_irnet_ioctl()