Searched refs:rbits (Results 1 – 9 of 9) sorted by relevance
27 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
54 ch2, s, endian, rbits, sbits, addr, ext) \ argument65 .realbits = rbits, \66 .shift = sbits - rbits, \74 ch2, s, endian, rbits, sbits, addr) \ argument76 ch2, s, endian, rbits, sbits, addr, NULL)
120 unsigned int rbits = bits_per_block + offs - BITS_PER_LONG; in nanddev_bbt_set_block_status() local122 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()
55 unsigned int rbits; member167 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()
45 unsigned int rbits; member405 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()
55 unsigned int rbits; member397 val = ap->flags | ap->rbits; in ppp_sync_ioctl()407 ap->rbits = val & SC_RCV_BITS; in ppp_sync_ioctl()
1852 short rbits ; in pcm_get_state() local1867 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()
1608 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()
1637 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()