shift_l           590 drivers/staging/greybus/audio_topology.c 	if (e->shift_l != e->shift_r)
shift_l           621 drivers/staging/greybus/audio_topology.c 	if (e->shift_l != e->shift_r) {
shift_l           754 drivers/staging/greybus/audio_topology.c 	if (e->shift_l != e->shift_r)
shift_l           806 drivers/staging/greybus/audio_topology.c 	val = mux << e->shift_l;
shift_l           807 drivers/staging/greybus/audio_topology.c 	mask = e->mask << e->shift_l;
shift_l           816 drivers/staging/greybus/audio_topology.c 	if (e->shift_l != e->shift_r) {
shift_l           199 include/sound/soc.h {	.reg = xreg, .shift_l = xshift_l, .shift_r = xshift_r, \
shift_l           207 include/sound/soc.h {	.reg = xreg, .shift_l = xshift_l, .shift_r = xshift_r, \
shift_l           212 include/sound/soc.h {	.reg = xreg, .shift_l = xshift, .shift_r = xshift, \
shift_l          1201 include/sound/soc.h 	unsigned char shift_l;
shift_l           452 sound/pci/ac97/ac97_codec.c 	return snd_ctl_enum_info(uinfo, e->shift_l == e->shift_r ? 1 : 2,
shift_l           466 sound/pci/ac97/ac97_codec.c 	ucontrol->value.enumerated.item[0] = (val >> e->shift_l) & (bitmask - 1);
shift_l           467 sound/pci/ac97/ac97_codec.c 	if (e->shift_l != e->shift_r)
shift_l           485 sound/pci/ac97/ac97_codec.c 	val = ucontrol->value.enumerated.item[0] << e->shift_l;
shift_l           486 sound/pci/ac97/ac97_codec.c 	mask = (bitmask - 1) << e->shift_l;
shift_l           487 sound/pci/ac97/ac97_codec.c 	if (e->shift_l != e->shift_r) {
shift_l            34 sound/pci/ac97/ac97_patch.h 	unsigned char shift_l;
shift_l            41 sound/pci/ac97/ac97_patch.h { .reg = xreg, .shift_l = xshift_l, .shift_r = xshift_r, \
shift_l           194 sound/soc/codecs/adau17x1.c 	unsigned int stream = e->shift_l;
shift_l           237 sound/soc/codecs/adau17x1.c 	unsigned int stream = e->shift_l;
shift_l           363 sound/soc/codecs/cpcap.c 	unsigned int shift = e->shift_l;
shift_l           409 sound/soc/codecs/cpcap.c 	unsigned int mask = BIT(e->shift_l);
shift_l          1029 sound/soc/codecs/cs43130.c 	val = snd_soc_enum_item_to_val(e, item[0]) << e->shift_l;
shift_l            74 sound/soc/codecs/cs47l92.c 	ep_sel = mux << e->shift_l;
shift_l           615 sound/soc/codecs/madera.c 	val = mux << e->shift_l;
shift_l           616 sound/soc/codecs/madera.c 	mask = (e->mask << e->shift_l) | MADERA_IN1L_SRC_SE_MASK;
shift_l           828 sound/soc/codecs/madera.c 	const int adsp_num = e->shift_l;
shift_l           848 sound/soc/codecs/madera.c 	const int adsp_num = e->shift_l;
shift_l          1027 sound/soc/codecs/madera.c 	val >>= e->shift_l;
shift_l           164 sound/soc/codecs/wm8804.c 	unsigned int val = ucontrol->value.enumerated.item[0] << e->shift_l;
shift_l           165 sound/soc/codecs/wm8804.c 	unsigned int mask = 1 << e->shift_l;
shift_l           782 sound/soc/codecs/wm_adsp.c 	ucontrol->value.enumerated.item[0] = dsp[e->shift_l].fw;
shift_l           796 sound/soc/codecs/wm_adsp.c 	if (ucontrol->value.enumerated.item[0] == dsp[e->shift_l].fw)
shift_l           802 sound/soc/codecs/wm_adsp.c 	mutex_lock(&dsp[e->shift_l].pwr_lock);
shift_l           804 sound/soc/codecs/wm_adsp.c 	if (dsp[e->shift_l].booted || !list_empty(&dsp[e->shift_l].compr_list))
shift_l           807 sound/soc/codecs/wm_adsp.c 		dsp[e->shift_l].fw = ucontrol->value.enumerated.item[0];
shift_l           809 sound/soc/codecs/wm_adsp.c 	mutex_unlock(&dsp[e->shift_l].pwr_lock);
shift_l           427 sound/soc/soc-dapm.c 			template.shift = e->shift_l;
shift_l           759 sound/soc/soc-dapm.c 		val = (val >> e->shift_l) & e->mask;
shift_l          3452 sound/soc/soc-dapm.c 	val = (reg_val >> e->shift_l) & e->mask;
shift_l          3454 sound/soc/soc-dapm.c 	if (e->shift_l != e->shift_r) {
shift_l          3488 sound/soc/soc-dapm.c 	val = snd_soc_enum_item_to_val(e, item[0]) << e->shift_l;
shift_l          3489 sound/soc/soc-dapm.c 	mask = e->mask << e->shift_l;
shift_l          3490 sound/soc/soc-dapm.c 	if (e->shift_l != e->shift_r) {
shift_l            45 sound/soc/soc-ops.c 	return snd_ctl_enum_info(uinfo, e->shift_l == e->shift_r ? 1 : 2,
shift_l            71 sound/soc/soc-ops.c 	val = (reg_val >> e->shift_l) & e->mask;
shift_l            74 sound/soc/soc-ops.c 	if (e->shift_l != e->shift_r) {
shift_l           104 sound/soc/soc-ops.c 	val = snd_soc_enum_item_to_val(e, item[0]) << e->shift_l;
shift_l           105 sound/soc/soc-ops.c 	mask = e->mask << e->shift_l;
shift_l           106 sound/soc/soc-ops.c 	if (e->shift_l != e->shift_r) {
shift_l          1045 sound/soc/soc-topology.c 		se->shift_l = tplc_chan_get_shift(tplg, ec->channel,
shift_l          1440 sound/soc/soc-topology.c 		se->shift_l = tplc_chan_get_shift(tplg, ec->channel,