Home
last modified time | relevance | path

Searched refs:xshift (Results 1 – 4 of 4) sorted by relevance

/sound/pci/ac97/
Dac97_patch.h58 #define AC97_ENUM_SINGLE(xreg, xshift, xmask, xtexts) \ argument
59 AC97_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xtexts)
/sound/ppc/
Dawacs.c201 #define AWACS_VOLUME(xname, xreg, xshift, xinverted) \ argument
206 .private_value = (xreg) | ((xshift) << 8) | ((xinverted) << 16) }
252 #define AWACS_SWITCH(xname, xreg, xshift, xinvert) \ argument
257 .private_value = (xreg) | ((xshift) << 8) | ((xinvert) << 16) }
/sound/pci/ice1712/
Dews.c803 #define EWS88D_CONTROL(xiface, xname, xshift, xinvert, xaccess) \ argument
810 .private_value = xshift | (xinvert << 8),\
941 #define DMX6FIRE_CONTROL(xname, xshift, xinvert) \ argument
947 .private_value = xshift | (xinvert << 8),\
/sound/soc/codecs/
Dwm8962.c1530 #define WM8962_DSP2_ENABLE(xname, xshift) \ argument
1534 .private_value = xshift }