Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dfsi_master_ast_cf.h27 TP_PROTO(const struct fsi_master_acf *master, const struct fsi_msg *cmd, u8 rbits),
28 TP_ARGS(master, cmd, rbits),
33 __field(u8, rbits)
39 __entry->rbits = rbits;
43 __entry->bits, __entry->rbits
/linux/include/linux/iio/common/
H A Dst_sensors.h54 ch2, s, endian, rbits, sbits, addr, ext) \ argument
65 .realbits = rbits, \
66 .shift = sbits - rbits, \
74 ch2, s, endian, rbits, sbits, addr) \ argument
76 ch2, s, endian, rbits, sbits, addr, NULL)
/linux/drivers/mtd/nand/
H A Dbbt.c120 unsigned int rbits = bits_per_block + offs - BITS_PER_LONG; in nanddev_bbt_set_block_status() local
122 pos[1] &= ~GENMASK(rbits - 1, 0); in nanddev_bbt_set_block_status()
123 pos[1] |= val >> (bits_per_block - rbits); in nanddev_bbt_set_block_status()
/linux/drivers/tty/ipwireless/
H A Dnetwork.c55 unsigned int rbits; member
167 val = network->flags | network->rbits; in ipwireless_ppp_ioctl()
177 network->rbits = val & SC_RCV_BITS; in ipwireless_ppp_ioctl()
272 network->rbits = 0; in do_go_online()
/linux/drivers/net/ppp/
H A Dppp_async.c45 unsigned int rbits; member
405 val = ap->flags | ap->rbits; in ppp_async_ioctl()
415 ap->rbits = val & SC_RCV_BITS; in ppp_async_ioctl()
833 if (~ap->rbits & SC_RCV_BITS) { in ppp_async_input()
843 ap->rbits |= s; in ppp_async_input()
H A Dppp_synctty.c55 unsigned int rbits; member
397 val = ap->flags | ap->rbits; in ppp_sync_ioctl()
407 ap->rbits = val & SC_RCV_BITS; in ppp_sync_ioctl()
/linux/drivers/net/fddi/skfp/
H A Dpcmplc.c1852 short rbits ; in pcm_get_state() local
1867 for (ii = 0, rbits = tbits = 0 ; ii < NUMBITS ; ii++) { in pcm_get_state()
1868 rbits <<= 1 ; in pcm_get_state()
1871 rbits |= 1 ; in pcm_get_state()
1875 pcs->pcm_r_val = rbits ; in pcm_get_state()
/linux/tools/testing/selftests/net/
H A Dipsec.c1608 thresh.rbits = thresh4_r; in xfrm_spdinfo_set_thresh()
1613 thresh.rbits = thresh6_r; in xfrm_spdinfo_set_thresh()
1686 if (t->lbits != 32 || t->rbits != 31) { in xfrm_spdinfo_attrs()
1688 t->lbits, t->rbits); in xfrm_spdinfo_attrs()
1696 if (t->lbits != 120 || t->rbits != 16) { in xfrm_spdinfo_attrs()
1698 t->lbits, t->rbits); in xfrm_spdinfo_attrs()
/linux/net/xfrm/
H A Dxfrm_user.c1637 spt4.rbits = net->xfrm.policy_hthresh.rbits4; in build_spdinfo()
1639 spt6.rbits = net->xfrm.policy_hthresh.rbits6; in build_spdinfo()
1675 if (thresh4->lbits > 32 || thresh4->rbits > 32) { in xfrm_set_spdinfo()
1688 if (thresh6->lbits > 128 || thresh6->rbits > 128) { in xfrm_set_spdinfo()
1698 net->xfrm.policy_hthresh.rbits4 = thresh4->rbits; in xfrm_set_spdinfo()
1702 net->xfrm.policy_hthresh.rbits6 = thresh6->rbits; in xfrm_set_spdinfo()