Searched refs:xreg (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoc.h30 #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert) \
32 {.reg = xreg, .shift = xshift, .rshift = xshift, .max = xmax, \
34 #define SOC_SINGLE_VALUE_EXT(xreg, xmax, xinvert) \
36 {.reg = xreg, .max = xmax, .platform_max = xmax, .invert = xinvert})
50 #define SOC_DOUBLE(xname, xreg, shift_left, shift_right, xmax, xinvert) \
55 {.reg = xreg, .shift = shift_left, .rshift = shift_right, \
64 #define SOC_DOUBLE_TLV(xname, xreg, shift_left, shift_right, xmax, xinvert, tlv_array) \
72 {.reg = xreg, .shift = shift_left, .rshift = shift_right,\
84 #define SOC_DOUBLE_S8_TLV(xname, xreg, xmin, xmax, tlv_array) \
92 {.reg = xreg,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_patch.h55 #define AC97_ENUM_DOUBLE(xreg, xshift_l, xshift_r, xmask, xtexts) \
56 { .reg = xreg, .shift_l = xshift_l, .shift_r = xshift_r, \
58 #define AC97_ENUM_SINGLE(xreg, xshift, xmask, xtexts) \
59 AC97_ENUM_DOUBLE(xreg, xshift, xshift, xmask, xtexts)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dquartet.c679 #define PRIV_SW(xid, xbit, xreg) [xid] = {.bit = xbit,\
680 .set_register = set_##xreg,\
681 .get_register = get_##xreg, }
684 #define PRIV_ENUM2(xid, xbit, xreg, xtext1, xtext2) [xid] = {.bit = xbit,\
685 .set_register = set_##xreg,\
686 .get_register = get_##xreg,\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dawacs.c201 #define AWACS_VOLUME(xname, xreg, xshift, xinverted) \
206 .private_value = (xreg) | ((xshift) << 8) | ((xinverted) << 16) }
252 #define AWACS_SWITCH(xname, xreg, xshift, xinvert) \
257 .private_value = (xreg) | ((xshift) << 8) | ((xinvert) << 16) }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dad1848.c221 int xreg, xra; local
223 xreg = (reg & 0xff) - 32;
224 xra = (((xreg & 0x0f) << 4) & 0xf0) | 0x08 | ((xreg & 0x10) >> 2);
247 int xreg, xra; local
249 xreg = (reg & 0xff) - 32;
250 xra = (((xreg & 0x0f) << 4) & 0xf0) | 0x08 | ((xreg & 0x10) >> 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A Dtwl4030.c853 #define SOC_DOUBLE_TLV_TWL4030(xname, xreg, shift_left, shift_right, xmax,\
863 {.reg = xreg, .shift = shift_left, .rshift = shift_right,\
877 #define SOC_SINGLE_TLV_TWL4030(xname, xreg, xshift, xmax, xinvert, tlv_array) \
878 SOC_DOUBLE_TLV_TWL4030(xname, xreg, xshift, xshift, xmax, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Dp16v.c815 #define P16V_VOL(xname,xreg,xhl) { \
823 .private_value = ((xreg) | ((xhl) << 8)) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dcmipci.c2404 #define DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask_on, xis_byte, xac3) \
2406 .reg = xreg, \
2413 #define DEFINE_BIT_SWITCH_ARG(sname, xreg, xmask, xis_byte, xac3) \
2414 DEFINE_SWITCH_ARG(sname, xreg, xmask, xmask, xis_byte, xac3)

Completed in 71 milliseconds