Home
last modified time | relevance | path

Searched refs:xinvert (Results 1 – 2 of 2) sorted by relevance

/sound/pci/ice1712/
Dews.c799 #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/
Dawacs.c252 #define AWACS_SWITCH(xname, xreg, xshift, xinvert) \ argument
257 .private_value = (xreg) | ((xshift) << 8) | ((xinvert) << 16) }