xitems            198 include/sound/soc.h #define SOC_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xitems, xtexts) \
xitems            200 include/sound/soc.h 	.items = xitems, .texts = xtexts, \
xitems            201 include/sound/soc.h 	.mask = xitems ? roundup_pow_of_two(xitems) - 1 : 0}
xitems            202 include/sound/soc.h #define SOC_ENUM_SINGLE(xreg, xshift, xitems, xtexts) \
xitems            203 include/sound/soc.h 	SOC_ENUM_DOUBLE(xreg, xshift, xshift, xitems, xtexts)
xitems            204 include/sound/soc.h #define SOC_ENUM_SINGLE_EXT(xitems, xtexts) \
xitems            205 include/sound/soc.h {	.items = xitems, .texts = xtexts }
xitems            206 include/sound/soc.h #define SOC_VALUE_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xitems, xtexts, xvalues) \
xitems            208 include/sound/soc.h 	.mask = xmask, .items = xitems, .texts = xtexts, .values = xvalues}
xitems            209 include/sound/soc.h #define SOC_VALUE_ENUM_SINGLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \
xitems            210 include/sound/soc.h 	SOC_VALUE_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xitems, xtexts, xvalues)
xitems            211 include/sound/soc.h #define SOC_VALUE_ENUM_SINGLE_AUTODISABLE(xreg, xshift, xmask, xitems, xtexts, xvalues) \
xitems            213 include/sound/soc.h 	.mask = xmask, .items = xitems, .texts = xtexts, \
xitems            215 include/sound/soc.h #define SOC_ENUM_SINGLE_VIRT(xitems, xtexts) \
xitems            216 include/sound/soc.h 	SOC_ENUM_SINGLE(SND_SOC_NOPM, 0, xitems, xtexts)