Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/arch/sparc/kernel/
H A Dpci_common.c36 unsigned long rbits = pbm->config_space_reg_bits; in sun4u_config_mkaddr() local
41 reg = (reg & ((1 << rbits) - 1)); in sun4u_config_mkaddr()
42 devfn <<= rbits; in sun4u_config_mkaddr()
43 bus <<= rbits + 8; in sun4u_config_mkaddr()
/linux-6.15/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-6.15/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-6.15/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-6.15/fs/jfs/
H A Djfs_dmap.c437 int nblks, dbitno, wbitno, rbits; in dbUpdatePMap() local
498 for (rbits = nblks; rbits > 0; in dbUpdatePMap()
499 rbits -= nbits, dbitno += nbits) { in dbUpdatePMap()
504 nbits = min(rbits, DBWORD - wbitno); in dbUpdatePMap()
526 nwords = rbits >> L2DBWORD; in dbUpdatePMap()
/linux-6.15/sound/pci/
H A Dvia82xx.c1023 u32 rbits; in snd_via8233_playback_prepare() local
1035 rbits = 0xfffff; in snd_via8233_playback_prepare()
1037 rbits = (0x100000 / 48000) * runtime->rate + in snd_via8233_playback_prepare()
1039 snd_BUG_ON(rbits & ~0xfffff); in snd_via8233_playback_prepare()
1048 rbits | /* rate */ in snd_via8233_playback_prepare()
/linux-6.15/include/uapi/linux/
H A Dxfrm.h385 __u8 rbits; member
/linux-6.15/drivers/iio/adc/
H A Dat91-sama5d2_adc.c333 #define AT91_SAMA_CHAN_SINGLE(index, num, addr, rbits) \ argument
341 .realbits = rbits, \
360 #define AT91_SAMA_CHAN_DIFF(index, num, num2, addr, rbits) \ argument
370 .realbits = rbits, \
/linux-6.15/sound/pci/ice1712/
H A Dice1724.c1576 unsigned int val, rbits; in encode_spdif_bits() local
1584 rbits = (diga->status[4] >> 3) & 0x0f; in encode_spdif_bits()
1585 if (rbits) { in encode_spdif_bits()
1586 switch (rbits) { in encode_spdif_bits()
/linux-6.15/net/xfrm/
H A Dxfrm_user.c1601 spt4.rbits = net->xfrm.policy_hthresh.rbits4; in build_spdinfo()
1603 spt6.rbits = net->xfrm.policy_hthresh.rbits6; in build_spdinfo()
1639 if (thresh4->lbits > 32 || thresh4->rbits > 32) { in xfrm_set_spdinfo()
1652 if (thresh6->lbits > 128 || thresh6->rbits > 128) { in xfrm_set_spdinfo()
1662 net->xfrm.policy_hthresh.rbits4 = thresh4->rbits; in xfrm_set_spdinfo()
1666 net->xfrm.policy_hthresh.rbits6 = thresh6->rbits; in xfrm_set_spdinfo()