xshift             53 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c #define GEOM(xshift, yshift, bytes_per_pixel) { \
xshift             54 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 		.x_shft = (xshift), \
xshift             57 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c 		.slot_w = 1 << (SLOT_WIDTH_BITS - (xshift)), \
xshift            124 drivers/video/fbdev/aty/mach64_ct.c 	u8 vshift, xshift;
xshift            169 drivers/video/fbdev/aty/mach64_ct.c 	xshift = 6 - dsp_precision;
xshift            170 drivers/video/fbdev/aty/mach64_ct.c 	vshift += xshift;
xshift            174 drivers/video/fbdev/aty/mach64_ct.c 		(1 << (vshift - xshift));
xshift            181 drivers/video/fbdev/aty/mach64_ct.c 		tmp = ((ras_multiplier << xshift) + ras_divider) / ras_divider;
xshift            184 drivers/video/fbdev/aty/mach64_ct.c 		dsp_on = dsp_on + (tmp * 2) + (pll->xclkpagefaultdelay << xshift);
xshift             41 include/sound/soc.h #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, xautodisable) \
xshift             42 include/sound/soc.h 	SOC_DOUBLE_VALUE(xreg, xshift, xshift, xmax, xinvert, xautodisable)
xshift             46 include/sound/soc.h #define SOC_DOUBLE_R_VALUE(xlreg, xrreg, xshift, xmax, xinvert) \
xshift             48 include/sound/soc.h 	{.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \
xshift             50 include/sound/soc.h #define SOC_DOUBLE_R_S_VALUE(xlreg, xrreg, xshift, xmin, xmax, xsign_bit, xinvert) \
xshift             52 include/sound/soc.h 	{.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \
xshift             55 include/sound/soc.h #define SOC_DOUBLE_R_RANGE_VALUE(xlreg, xrreg, xshift, xmin, xmax, xinvert) \
xshift             57 include/sound/soc.h 	{.reg = xlreg, .rreg = xrreg, .shift = xshift, .rshift = xshift, \
xshift             64 include/sound/soc.h #define SOC_SINGLE_RANGE(xname, xreg, xshift, xmin, xmax, xinvert) \
xshift             69 include/sound/soc.h 		{.reg = xreg, .rreg = xreg, .shift = xshift, \
xshift             70 include/sound/soc.h 		 .rshift = xshift,  .min = xmin, .max = xmax, \
xshift             80 include/sound/soc.h #define SOC_SINGLE_SX_TLV(xname, xreg, xshift, xmin, xmax, tlv_array) \
xshift             90 include/sound/soc.h 		.shift = xshift, .rshift = xshift, \
xshift             92 include/sound/soc.h #define SOC_SINGLE_RANGE_TLV(xname, xreg, xshift, xmin, xmax, xinvert, tlv_array) \
xshift            100 include/sound/soc.h 		{.reg = xreg, .rreg = xreg, .shift = xshift, \
xshift            101 include/sound/soc.h 		 .rshift = xshift, .min = xmin, .max = xmax, \
xshift            117 include/sound/soc.h #define SOC_DOUBLE_R(xname, reg_left, reg_right, xshift, xmax, xinvert) \
xshift            121 include/sound/soc.h 	.private_value = SOC_DOUBLE_R_VALUE(reg_left, reg_right, xshift, \
xshift            123 include/sound/soc.h #define SOC_DOUBLE_R_RANGE(xname, reg_left, reg_right, xshift, xmin, \
xshift            129 include/sound/soc.h 					    xshift, xmin, xmax, xinvert) }
xshift            139 include/sound/soc.h #define SOC_DOUBLE_R_TLV(xname, reg_left, reg_right, xshift, xmax, xinvert, tlv_array) \
xshift            146 include/sound/soc.h 	.private_value = SOC_DOUBLE_R_VALUE(reg_left, reg_right, xshift, \
xshift            148 include/sound/soc.h #define SOC_DOUBLE_R_RANGE_TLV(xname, reg_left, reg_right, xshift, xmin, \
xshift            157 include/sound/soc.h 					    xshift, xmin, xmax, xinvert) }
xshift            158 include/sound/soc.h #define SOC_DOUBLE_R_SX_TLV(xname, xreg, xrreg, xshift, xmin, xmax, tlv_array) \
xshift            168 include/sound/soc.h 		.shift = xshift, .rshift = xshift, \
xshift            170 include/sound/soc.h #define SOC_DOUBLE_R_S_TLV(xname, reg_left, reg_right, xshift, xmin, xmax, xsign_bit, xinvert, tlv_array) \
xshift            177 include/sound/soc.h 	.private_value = SOC_DOUBLE_R_S_VALUE(reg_left, reg_right, xshift, \
xshift            202 include/sound/soc.h #define SOC_ENUM_SINGLE(xreg, xshift, xitems, xtexts) \
xshift            203 include/sound/soc.h 	SOC_ENUM_DOUBLE(xreg, xshift, xshift, xitems, xtexts)
xshift            209 include/sound/soc.h #define SOC_VALUE_ENUM_SINGLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \
xshift            210 include/sound/soc.h 	SOC_VALUE_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xitems, xtexts, xvalues)
xshift            211 include/sound/soc.h #define SOC_VALUE_ENUM_SINGLE_AUTODISABLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \
xshift            212 include/sound/soc.h {	.reg = xreg, .shift_l = xshift, .shift_r = xshift, \
xshift            222 include/sound/soc.h #define SOC_SINGLE_EXT(xname, xreg, xshift, xmax, xinvert,\
xshift            227 include/sound/soc.h 	.private_value = SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, 0) }
xshift            235 include/sound/soc.h #define SOC_DOUBLE_R_EXT(xname, reg_left, reg_right, xshift, xmax, xinvert,\
xshift            240 include/sound/soc.h 	.private_value = SOC_DOUBLE_R_VALUE(reg_left, reg_right, xshift, \
xshift            242 include/sound/soc.h #define SOC_SINGLE_EXT_TLV(xname, xreg, xshift, xmax, xinvert,\
xshift            250 include/sound/soc.h 	.private_value = SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, 0) }
xshift            251 include/sound/soc.h #define SOC_SINGLE_RANGE_EXT_TLV(xname, xreg, xshift, xmin, xmax, xinvert, \
xshift            260 include/sound/soc.h 		{.reg = xreg, .rreg = xreg, .shift = xshift, \
xshift            261 include/sound/soc.h 		 .rshift = xshift, .min = xmin, .max = xmax, \
xshift            273 include/sound/soc.h #define SOC_DOUBLE_R_EXT_TLV(xname, reg_left, reg_right, xshift, xmax, xinvert,\
xshift            281 include/sound/soc.h 	.private_value = SOC_DOUBLE_R_VALUE(reg_left, reg_right, xshift, \
xshift            337 include/sound/soc.h #define SOC_SINGLE_STROBE(xname, xreg, xshift, xinvert) \
xshift            338 include/sound/soc.h 	SOC_SINGLE_EXT(xname, xreg, xshift, 1, xinvert, \
xshift            348 include/sound/soc.h #define SOC_ENUM_SINGLE_DECL(name, xreg, xshift, xtexts) \
xshift            349 include/sound/soc.h 	SOC_ENUM_DOUBLE_DECL(name, xreg, xshift, xshift, xtexts)
xshift            355 include/sound/soc.h #define SOC_VALUE_ENUM_SINGLE_DECL(name, xreg, xshift, xmask, xtexts, xvalues) \
xshift            356 include/sound/soc.h 	SOC_VALUE_ENUM_DOUBLE_DECL(name, xreg, xshift, xshift, xmask, xtexts, xvalues)
xshift            358 include/sound/soc.h #define SOC_VALUE_ENUM_SINGLE_AUTODISABLE_DECL(name, xreg, xshift, xmask, xtexts, xvalues) \
xshift            360 include/sound/soc.h 		xshift, xmask, ARRAY_SIZE(xtexts), xtexts, xvalues)
xshift             43 sound/pci/ac97/ac97_patch.h #define AC97_ENUM_SINGLE(xreg, xshift, xmask, xtexts) \
xshift             44 sound/pci/ac97/ac97_patch.h 	AC97_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xtexts)
xshift            785 sound/pci/ice1712/ews.c #define EWS88D_CONTROL(xiface, xname, xshift, xinvert, xaccess) \
xshift            792 sound/pci/ice1712/ews.c   .private_value = xshift | (xinvert << 8),\
xshift            922 sound/pci/ice1712/ews.c #define DMX6FIRE_CONTROL(xname, xshift, xinvert) \
xshift            928 sound/pci/ice1712/ews.c   .private_value = xshift | (xinvert << 8),\
xshift            188 sound/ppc/awacs.c #define AWACS_VOLUME(xname, xreg, xshift, xinverted) \
xshift            193 sound/ppc/awacs.c   .private_value = (xreg) | ((xshift) << 8) | ((xinverted) << 16) }
xshift            239 sound/ppc/awacs.c #define AWACS_SWITCH(xname, xreg, xshift, xinvert) \
xshift            244 sound/ppc/awacs.c   .private_value = (xreg) | ((xshift) << 8) | ((xinvert) << 16) }
xshift           1527 sound/soc/codecs/wm8962.c #define WM8962_DSP2_ENABLE(xname, xshift) \
xshift           1531 sound/soc/codecs/wm8962.c 	.private_value = xshift }
xshift            278 sound/soc/codecs/wm9712.c #define WM9712_HP_MIXER_CTRL(xname, xmixer, xshift) { \
xshift            283 sound/soc/codecs/wm9712.c 		(xmixer << 8) | xshift, 1, 0, 0) \
xshift            287 sound/soc/codecs/wm9713.c #define WM9713_HP_MIXER_CTRL(xname, xmixer, xshift) { \
xshift            292 sound/soc/codecs/wm9713.c 		xshift, xmixer, 1, 0, 0) \
xshift             17 sound/soc/fsl/fsl_audmix.c #define SOC_ENUM_SINGLE_S(xreg, xshift, xtexts) \
xshift             18 sound/soc/fsl/fsl_audmix.c 	SOC_ENUM_SINGLE(xreg, xshift, ARRAY_SIZE(xtexts), xtexts)
xshift            863 sound/soc/intel/atom/sst-atom-controls.h #define SST_SSP_MUX_ENUM(xreg, xshift, xtexts) \
xshift            864 sound/soc/intel/atom/sst-atom-controls.h 	(struct soc_enum) SOC_ENUM_DOUBLE(xreg, xshift, xshift, ARRAY_SIZE(xtexts), xtexts)
xshift            866 sound/soc/intel/atom/sst-atom-controls.h #define SST_SSP_MUX_CTL(xpname, xinstance, xreg, xshift, xtexts) \
xshift            868 sound/soc/intel/atom/sst-atom-controls.h 			  SST_SSP_MUX_ENUM(xreg, xshift, xtexts))