xmask             409 drivers/net/wireless/broadcom/brcm80211/brcmsmac/rate.c 		       bool basic_only, u8 rates, uint xmask, bool mcsallow)
xmask             426 drivers/net/wireless/broadcom/brcm80211/brcmsmac/rate.c 		dst->rates[count++] = r & xmask;
xmask             231 drivers/net/wireless/broadcom/brcm80211/brcmsmac/rate.h 			    u8 rates, uint xmask, bool mcsallow);
xmask             284 include/net/nsh.h static inline void __nsh_set_xflag(struct nshhdr *nsh, u16 xflag, u16 xmask)
xmask             287 include/net/nsh.h 		= (nsh->ver_flags_ttl_len & ~htons(xmask)) | htons(xflag);
xmask             206 include/sound/soc.h #define SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xitems, xtexts, xvalues) \
xmask             208 include/sound/soc.h 	.mask = xmask, .items = xitems, .texts = xtexts, .values = xvalues}
xmask             209 include/sound/soc.h #define SOC_VALUE_ENUM_SINGLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \
xmask             210 include/sound/soc.h 	SOC_VALUE_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xitems, xtexts, xvalues)
xmask             211 include/sound/soc.h #define SOC_VALUE_ENUM_SINGLE_AUTODISABLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \
xmask             213 include/sound/soc.h 	.mask = xmask, .items = xitems, .texts = xtexts, \
xmask             303 include/sound/soc.h #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask)	      \
xmask             309 include/sound/soc.h 		 .mask = xmask }) }
xmask             352 include/sound/soc.h #define SOC_VALUE_ENUM_DOUBLE_DECL(name, xreg, xshift_l, xshift_r, xmask, xtexts, xvalues) \
xmask             353 include/sound/soc.h 	const struct soc_enum name = SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, \
xmask             355 include/sound/soc.h #define SOC_VALUE_ENUM_SINGLE_DECL(name, xreg, xshift, xmask, xtexts, xvalues) \
xmask             356 include/sound/soc.h 	SOC_VALUE_ENUM_DOUBLE_DECL(name, xreg, xshift, xshift, xmask, xtexts, xvalues)
xmask             358 include/sound/soc.h #define SOC_VALUE_ENUM_SINGLE_AUTODISABLE_DECL(name, xreg, xshift, xmask, xtexts, xvalues) \
xmask             360 include/sound/soc.h 		xshift, xmask, ARRAY_SIZE(xtexts), xtexts, xvalues)
xmask              40 sound/pci/ac97/ac97_patch.h #define AC97_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xtexts) \
xmask              42 sound/pci/ac97/ac97_patch.h   .mask = xmask, .texts = xtexts }
xmask              43 sound/pci/ac97/ac97_patch.h #define AC97_ENUM_SINGLE(xreg, xshift, xmask, xtexts) \
xmask              44 sound/pci/ac97/ac97_patch.h 	AC97_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xtexts)
xmask            2411 sound/pci/cmipci.c #define DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask_on, xis_byte, xac3) \
xmask            2414 sound/pci/cmipci.c   .mask = xmask, \
xmask            2420 sound/pci/cmipci.c #define DEFINE_BIT_SWITCH_ARG(sname, xreg, xmask, xis_byte, xac3) \
xmask            2421 sound/pci/cmipci.c 	DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask, xis_byte, xac3)
xmask             256 sound/soc/codecs/tda7419.c #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \
xmask             258 sound/soc/codecs/tda7419.c 	{.reg = xreg, .rreg = xreg, .mask = xmask, .min = xmin, \
xmask             261 sound/soc/codecs/tda7419.c #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \
xmask             264 sound/soc/codecs/tda7419.c 	{.reg = xregl, .rreg = xregr, .mask = xmask, .min = xmin, \
xmask             267 sound/soc/codecs/tda7419.c #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \
xmask             277 sound/soc/codecs/tda7419.c 	.private_value = TDA7419_SINGLE_VALUE(xreg, xmask, xmin, \
xmask             281 sound/soc/codecs/tda7419.c #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \
xmask             291 sound/soc/codecs/tda7419.c 	.private_value = TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, \