Searched refs:xshift (Results 1 – 4 of 4) sorted by relevance
/sound/pci/ac97/ |
D | ac97_patch.h | 58 #define AC97_ENUM_SINGLE(xreg, xshift, xmask, xtexts) \ argument 59 AC97_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xtexts)
|
/sound/ppc/ |
D | awacs.c | 201 #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/ |
D | ews.c | 803 #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/ |
D | wm8962.c | 1530 #define WM8962_DSP2_ENABLE(xname, xshift) \ argument 1534 .private_value = xshift }
|