Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/iio/common/
Dst_sensors.h45 ch2, s, endian, rbits, sbits, addr) \ argument
56 .realbits = rbits, \
57 .shift = sbits - rbits, \
/linux-4.4.14/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()
/linux-4.4.14/arch/sparc/kernel/
Dpci_common.c34 unsigned long rbits = pbm->config_space_reg_bits; in sun4u_config_mkaddr() local
39 reg = (reg & ((1 << rbits) - 1)); in sun4u_config_mkaddr()
40 devfn <<= rbits; in sun4u_config_mkaddr()
41 bus <<= rbits + 8; in sun4u_config_mkaddr()
/linux-4.4.14/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()
/linux-4.4.14/net/irda/irnet/
Dirnet.h422 unsigned int rbits; /* Unused receive flags ??? */ member
Dirnet_ppp.c1041 val = ap->flags | ap->rbits; in ppp_irnet_ioctl()
1050 ap->rbits = val & SC_RCV_BITS; in ppp_irnet_ioctl()
/linux-4.4.14/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()
/linux-4.4.14/fs/jfs/
Djfs_dmap.c427 int nblks, dbitno, wbitno, rbits; in dbUpdatePMap() local
488 for (rbits = nblks; rbits > 0; in dbUpdatePMap()
489 rbits -= nbits, dbitno += nbits) { in dbUpdatePMap()
494 nbits = min(rbits, DBWORD - wbitno); in dbUpdatePMap()
516 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
/linux-4.4.14/include/uapi/linux/
Dxfrm.h356 __u8 rbits; member
/linux-4.4.14/sound/pci/
Dvia82xx.c1044 u32 rbits; in snd_via8233_playback_prepare() local
1055 rbits = 0xfffff; in snd_via8233_playback_prepare()
1057 rbits = (0x100000 / 48000) * runtime->rate + in snd_via8233_playback_prepare()
1059 snd_BUG_ON(rbits & ~0xfffff); in snd_via8233_playback_prepare()
1068 rbits | /* rate */ in snd_via8233_playback_prepare()
/linux-4.4.14/net/xfrm/
Dxfrm_user.c1028 spt4.rbits = net->xfrm.policy_hthresh.rbits4; in build_spdinfo()
1030 spt6.rbits = net->xfrm.policy_hthresh.rbits6; in build_spdinfo()
1063 if (thresh4->lbits > 32 || thresh4->rbits > 32) in xfrm_set_spdinfo()
1072 if (thresh6->lbits > 128 || thresh6->rbits > 128) in xfrm_set_spdinfo()
1080 net->xfrm.policy_hthresh.rbits4 = thresh4->rbits; in xfrm_set_spdinfo()
1084 net->xfrm.policy_hthresh.rbits6 = thresh6->rbits; in xfrm_set_spdinfo()
/linux-4.4.14/sound/pci/ice1712/
Dice1724.c1623 unsigned int val, rbits; in encode_spdif_bits() local
1631 rbits = (diga->status[4] >> 3) & 0x0f; in encode_spdif_bits()
1632 if (rbits) { in encode_spdif_bits()
1633 switch (rbits) { in encode_spdif_bits()