Home
last modified time | relevance | path

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

/drivers/tty/ipwireless/
Dnetwork.c54 unsigned int rbits; member
166 val = network->flags | network->rbits; in ipwireless_ppp_ioctl()
176 network->rbits = val & SC_RCV_BITS; in ipwireless_ppp_ioctl()
271 network->rbits = 0; in do_go_online()
/drivers/net/ppp/
Dppp_async.c49 unsigned int rbits; member
418 val = ap->flags | ap->rbits; in ppp_async_ioctl()
428 ap->rbits = val & SC_RCV_BITS; in ppp_async_ioctl()
843 if (~ap->rbits & SC_RCV_BITS) { in ppp_async_input()
853 ap->rbits |= s; in ppp_async_input()
Dppp_synctty.c58 unsigned int rbits; member
410 val = ap->flags | ap->rbits; in ppp_sync_ioctl()
420 ap->rbits = val & SC_RCV_BITS; in ppp_sync_ioctl()
/drivers/net/fddi/skfp/
Dpcmplc.c1871 short rbits ; in pcm_get_state() local
1886 for (ii = 0, rbits = tbits = 0 ; ii < NUMBITS ; ii++) { in pcm_get_state()
1887 rbits <<= 1 ; in pcm_get_state()
1890 rbits |= 1 ; in pcm_get_state()
1894 pcs->pcm_r_val = rbits ; in pcm_get_state()