rshift             26 arch/mips/pic32/pic32mzda/config.c static u32 pic32_conf_get_reg_field(u32 offset, u32 rshift, u32 mask)
rshift             31 arch/mips/pic32/pic32mzda/config.c 	v >>= rshift;
rshift             65 arch/powerpc/include/asm/pmac_pfunc.h 	int (*read_gpio)(PMF_STD_ARGS, u8 mask, int rshift, u8 xor);
rshift             66 arch/powerpc/platforms/powermac/pfunc_base.c static int macio_do_gpio_read(PMF_STD_ARGS, u8 mask, int rshift, u8 xor)
rshift             76 arch/powerpc/platforms/powermac/pfunc_base.c 	*args->u[0].p = ((value & mask) >> rshift) ^ xor;
rshift            150 arch/powerpc/platforms/powermac/pfunc_core.c 	int rshift = (int)pmf_next32(cmd);
rshift            154 arch/powerpc/platforms/powermac/pfunc_core.c 		  mask, rshift, xor);
rshift            156 arch/powerpc/platforms/powermac/pfunc_core.c 	PMF_PARSE_CALL(read_gpio, cmd, h, mask, rshift, xor);
rshift            230 arch/s390/include/uapi/asm/sie.h #define INSN_DECODE_IPA0(ipa0, insn, rshift, mask)		\
rshift            232 arch/s390/include/uapi/asm/sie.h 		((ipa0 << 8) | ((insn >> rshift) & mask)) :
rshift            278 drivers/iio/adc/stm32-dfsdm-adc.c 					flo->rshift = 0;
rshift            291 drivers/iio/adc/stm32-dfsdm-adc.c 					flo->rshift = 1 - shift;
rshift            293 drivers/iio/adc/stm32-dfsdm-adc.c 					max >>= flo->rshift;
rshift            299 drivers/iio/adc/stm32-dfsdm-adc.c 					 flo->res, bits, flo->rshift,
rshift            486 drivers/iio/adc/stm32-dfsdm-adc.c 					 DFSDM_CHCFGR2_DTRBS(flo->rshift));
rshift            257 drivers/iio/adc/stm32-dfsdm.h 	unsigned int rshift;
rshift             31 drivers/media/i2c/ov2640.c #define VAL_SET(x, mask, rshift, lshift)  \
rshift             32 drivers/media/i2c/ov2640.c 		((((x) >> rshift) & mask) << lshift)
rshift             16 drivers/staging/greybus/audio_topology.c 	unsigned int reg, rreg, shift, rshift, invert;
rshift           1381 drivers/video/fbdev/via/hw.c 		cur.rshift = limits[i].rshift;
rshift           1383 drivers/video/fbdev/via/hw.c 		cur.multiplier = clk / ((f0 / cur.divisor)>>cur.rshift);
rshift            482 drivers/video/fbdev/via/hw.h 	u8 rshift;
rshift             24 drivers/video/fbdev/via/via_clock.c 		| (pll.rshift << 6)
rshift             31 drivers/video/fbdev/via/via_clock.c 		| (pll.rshift << 10)
rshift             38 drivers/video/fbdev/via/via_clock.c 		| (pll.rshift << 10)
rshift             28 drivers/video/fbdev/via/via_clock.h 	u8 rshift;
rshift             56 drivers/video/fbdev/via/via_clock.h 	return get_pll_internal_frequency(ref_freq, pll) >> pll.rshift;
rshift           2540 fs/xfs/libxfs/xfs_btree.c 	XFS_BTREE_STATS_INC(cur, rshift);
rshift            279 include/sound/soc-dapm.h #define SOC_DAPM_DOUBLE(xname, reg, lshift, rshift, max, invert) \
rshift            283 include/sound/soc-dapm.h 	.private_value = SOC_DOUBLE_VALUE(reg, lshift, rshift, max, invert, 0) }
rshift             34 include/sound/soc.h 	.rshift = shift_right, .max = xmax, .platform_max = xmax, \
rshift             39 include/sound/soc.h 	.rshift = shift_right, .min = xmin, .max = xmax, .platform_max = xmax, \
rshift             48 include/sound/soc.h 	{.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \
rshift             52 include/sound/soc.h 	{.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \
rshift             57 include/sound/soc.h 	{.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \
rshift             70 include/sound/soc.h 		 .rshift = xshift,  .min = xmin, .max = xmax, \
rshift             90 include/sound/soc.h 		.shift = xshift, .rshift = xshift, \
rshift            101 include/sound/soc.h 		 .rshift = xshift, .min = xmin, .max = xmax, \
rshift            168 include/sound/soc.h 		.shift = xshift, .rshift = xshift, \
rshift            261 include/sound/soc.h 		 .rshift = xshift, .min = xmin, .max = xmax, \
rshift           1168 include/sound/soc.h 	unsigned int shift, rshift;
rshift           1226 include/sound/soc.h 	if (mc->reg == mc->rreg && mc->shift == mc->rshift)
rshift            536 kernel/trace/trace_probe.c 	code->rshift = BYTES_TO_BITS(t->size) - bw;
rshift            121 kernel/trace/trace_probe.h 			unsigned char rshift;
rshift             34 kernel/trace/trace_probe_tmpl.h 		*(u8 *)buf >>= code->rshift;
rshift             38 kernel/trace/trace_probe_tmpl.h 		*(u16 *)buf >>= code->rshift;
rshift             42 kernel/trace/trace_probe_tmpl.h 		*(u32 *)buf >>= code->rshift;
rshift             46 kernel/trace/trace_probe_tmpl.h 		*(u64 *)buf >>= code->rshift;
rshift             67 net/netfilter/ipvs/ip_vs_mh.c 	int				rshift;
rshift            152 net/netfilter/ipvs/ip_vs_mh.c 		ds->turns = ((lw / s->gcd) >> s->rshift) ? : (lw != 0);
rshift            401 net/netfilter/ipvs/ip_vs_mh.c 	s->rshift = ip_vs_mh_shift_weight(svc, s->gcd);
rshift            438 net/netfilter/ipvs/ip_vs_mh.c 	s->rshift = ip_vs_mh_shift_weight(svc, s->gcd);
rshift             51 net/sched/cls_flow.c 	u32			rshift;
rshift            327 net/sched/cls_flow.c 			classid = (classid >> f->rshift) + f->addend;
rshift            464 net/sched/cls_flow.c 		fnew->rshift = fold->rshift;
rshift            532 net/sched/cls_flow.c 		fnew->rshift = nla_get_u32(tb[TCA_FLOW_RSHIFT]);
rshift            642 net/sched/cls_flow.c 	if (f->rshift &&
rshift            643 net/sched/cls_flow.c 	    nla_put_u32(skb, TCA_FLOW_RSHIFT, f->rshift))
rshift            525 sound/pci/ac97/ac97_codec.c 	int rshift = (kcontrol->private_value >> 12) & 0x0f;
rshift            528 sound/pci/ac97/ac97_codec.c 	uinfo->count = shift == rshift ? 1 : 2;
rshift            540 sound/pci/ac97/ac97_codec.c 	int rshift = (kcontrol->private_value >> 12) & 0x0f;
rshift            547 sound/pci/ac97/ac97_codec.c 	if (shift != rshift)
rshift            548 sound/pci/ac97/ac97_codec.c 		ucontrol->value.integer.value[1] = (snd_ac97_read_cache(ac97, reg) >> rshift) & mask;
rshift            551 sound/pci/ac97/ac97_codec.c 		if (shift != rshift)
rshift            564 sound/pci/ac97/ac97_codec.c 	int rshift = (kcontrol->private_value >> 12) & 0x0f;
rshift            576 sound/pci/ac97/ac97_codec.c 	if (shift != rshift) {
rshift            580 sound/pci/ac97/ac97_codec.c 		val_mask |= mask << rshift;
rshift            581 sound/pci/ac97/ac97_codec.c 		val |= val2 << rshift;
rshift            867 sound/pci/ac97/ac97_codec.c #define AD18XX_PCM_BITS(xname, codec, lshift, rshift, mask) \
rshift            870 sound/pci/ac97/ac97_codec.c   .private_value = (codec) | ((lshift) << 8) | ((rshift) << 12) | ((mask) << 16) }
rshift            877 sound/pci/ac97/ac97_codec.c 	int rshift = (kcontrol->private_value >> 12) & 0x0f;
rshift            880 sound/pci/ac97/ac97_codec.c 	if (lshift != rshift && (ac97->flags & AC97_STEREO_MUTES))
rshift            894 sound/pci/ac97/ac97_codec.c 	int rshift = (kcontrol->private_value >> 12) & 0x0f;
rshift            898 sound/pci/ac97/ac97_codec.c 	if (lshift != rshift && (ac97->flags & AC97_STEREO_MUTES))
rshift            899 sound/pci/ac97/ac97_codec.c 		ucontrol->value.integer.value[1] = mask - ((ac97->spec.ad18xx.pcmreg[codec] >> rshift) & mask);
rshift            908 sound/pci/ac97/ac97_codec.c 	int rshift = (kcontrol->private_value >> 12) & 0x0f;
rshift            914 sound/pci/ac97/ac97_codec.c 	if (lshift != rshift && (ac97->flags & AC97_STEREO_MUTES)) {
rshift            915 sound/pci/ac97/ac97_codec.c 		val |= (mask - (ucontrol->value.integer.value[1] & mask)) << rshift;
rshift            916 sound/pci/ac97/ac97_codec.c 		valmask |= mask << rshift;
rshift           2759 sound/pci/ac97/ac97_codec.c 		int rshift = (kcontrol->private_value >> 12) & 0x0f;
rshift           2761 sound/pci/ac97/ac97_codec.c 		if (shift != rshift)
rshift           2795 sound/pci/ac97/ac97_codec.c 		int rshift = (kcontrol->private_value >> 12) & 0x0f;
rshift           2797 sound/pci/ac97/ac97_codec.c 		if (shift != rshift)
rshift           1996 sound/pci/cmipci.c #define COMPOSE_SB_REG(lreg,rreg,lshift,rshift,mask,invert,stereo) \
rshift           1997 sound/pci/cmipci.c  ((lreg) | ((rreg) << 8) | (lshift << 16) | (rshift << 19) | (mask << 24) | (invert << 22) | (stereo << 23))
rshift           2008 sound/pci/cmipci.c #define CMIPCI_SB_SW_STEREO(xname,lshift,rshift) CMIPCI_DOUBLE(xname, SB_DSP4_OUTPUT_SW, SB_DSP4_OUTPUT_SW, lshift, rshift, 1, 0, 1)
rshift           2165 sound/pci/cmipci.c #define CMIPCI_MIXER_SW_STEREO(xname, reg, lshift, rshift, invert) \
rshift           2169 sound/pci/cmipci.c   .private_value = COMPOSE_SB_REG(reg, reg, lshift, rshift, 1, invert, 1), \
rshift           2179 sound/pci/cmipci.c #define CMIPCI_MIXER_VOL_STEREO(xname, reg, lshift, rshift, mask) \
rshift           2183 sound/pci/cmipci.c   .private_value = COMPOSE_SB_REG(reg, reg, lshift, rshift, mask, 0, 1), \
rshift            454 sound/soc/codecs/da7218.c 	unsigned int rshift = mc->rshift;
rshift            455 sound/soc/codecs/da7218.c 	unsigned int mask = (mc->max << lshift) | (mc->max << rshift);
rshift            463 sound/soc/codecs/da7218.c 	da7218->alc_en |= (lvalue << lshift) | (rvalue << rshift);
rshift            523 sound/soc/codecs/da7218.c 	unsigned int rshift = mixer_ctrl->rshift;
rshift            525 sound/soc/codecs/da7218.c 			    (mixer_ctrl->max << rshift);
rshift            527 sound/soc/codecs/da7218.c 	da7218->mic_lvl_det_en |= (lvalue << lshift) | (rvalue << rshift);
rshift            548 sound/soc/codecs/da7218.c 	unsigned int rshift = mixer_ctrl->rshift;
rshift            550 sound/soc/codecs/da7218.c 	unsigned int rmask = (mixer_ctrl->max << rshift);
rshift            555 sound/soc/codecs/da7218.c 		(da7218->mic_lvl_det_en & rmask) >> rshift;
rshift            834 sound/soc/codecs/twl4030.c 	unsigned int rshift = mc->rshift;
rshift            844 sound/soc/codecs/twl4030.c 	if (shift != rshift) {
rshift            846 sound/soc/codecs/twl4030.c 			(twl4030_read(component, reg) >> rshift) & mask;
rshift            863 sound/soc/codecs/twl4030.c 	unsigned int rshift = mc->rshift;
rshift            874 sound/soc/codecs/twl4030.c 	if (shift != rshift) {
rshift            876 sound/soc/codecs/twl4030.c 		val_mask |= mask << rshift;
rshift            879 sound/soc/codecs/twl4030.c 		val |= val2 << rshift;
rshift            411 sound/soc/codecs/wm5110.c 	unsigned int mask = (0x1 << mc->shift) | (0x1 << mc->rshift);
rshift            413 sound/soc/codecs/wm5110.c 	unsigned int rnew = (!!ucontrol->value.integer.value[1]) << mc->rshift;
rshift            432 sound/soc/codecs/wm5110.c 	rold = dre & (1 << mc->rshift);
rshift            434 sound/soc/codecs/wm5110.c 	lena = ena & (1 << mc->rshift);
rshift            455 sound/soc/codecs/wm5110.c 		wm5110_clear_pga_volume(arizona, mc->rshift);
rshift            811 sound/soc/soc-dapm.c 			val = (val >> mc->rshift) & mask;
rshift           3302 sound/soc/soc-dapm.c 			rval = (reg_val >> mc->rshift) & mask;
rshift           3382 sound/soc/soc-dapm.c 		rval = rval << mc->rshift;
rshift           3388 sound/soc/soc-dapm.c 							 mask << mc->rshift,
rshift           3397 sound/soc/soc-dapm.c 				update.mask2 = mask << mc->rshift;
rshift            251 sound/soc/soc-ops.c 	unsigned int rshift = mc->rshift;
rshift            274 sound/soc/soc-ops.c 			ret = snd_soc_read_signed(component, reg, mask, rshift,
rshift            311 sound/soc/soc-ops.c 	unsigned int rshift = mc->rshift;
rshift            335 sound/soc/soc-ops.c 			val_mask |= mask << rshift;
rshift            336 sound/soc/soc-ops.c 			val |= val2 << rshift;
rshift            373 sound/soc/soc-ops.c 	unsigned int rshift = mc->rshift;
rshift            391 sound/soc/soc-ops.c 		val = ((val >> rshift) - min) & mask;
rshift            418 sound/soc/soc-ops.c 	unsigned int rshift = mc->rshift;
rshift            434 sound/soc/soc-ops.c 		val_mask = mask << rshift;
rshift            436 sound/soc/soc-ops.c 		val2 = val2 << rshift;
rshift            875 sound/soc/soc-topology.c 		sm->rshift = tplc_chan_get_shift(tplg, mc->channel,
rshift           1353 sound/soc/soc-topology.c 		sm->rshift = tplc_chan_get_shift(tplg, mc->channel,
rshift            230 tools/arch/s390/include/uapi/asm/sie.h #define INSN_DECODE_IPA0(ipa0, insn, rshift, mask)		\
rshift            232 tools/arch/s390/include/uapi/asm/sie.h 		((ipa0 << 8) | ((insn >> rshift) & mask)) :