Searched refs:xinvert (Results 1 – 2 of 2) sorted by relevance
/sound/pci/ice1712/ |
D | ews.c | 799 #define EWS88D_CONTROL(xiface, xname, xshift, xinvert, xaccess) \ argument 806 .private_value = xshift | (xinvert << 8),\ 931 #define DMX6FIRE_CONTROL(xname, xshift, xinvert) \ argument 937 .private_value = xshift | (xinvert << 8),\
|
/sound/ppc/ |
D | awacs.c | 252 #define AWACS_SWITCH(xname, xreg, xshift, xinvert) \ argument 257 .private_value = (xreg) | ((xshift) << 8) | ((xinvert) << 16) }
|