Searched refs:CS4231_MCE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs4231-regs.h81 #define CS4231_MCE 0x40 /* mode change enable */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wss/
H A Dwss_lib.c277 chip->mce_bit |= CS4231_MCE;
283 if (!(timeout & CS4231_MCE))
306 chip->mce_bit &= ~CS4231_MCE;
314 if ((timeout & CS4231_MCE) == 0 || !(chip->hardware & hw_mask))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Dcs4231.c367 chip->mce_bit |= CS4231_MCE;
373 if (!(timeout & CS4231_MCE))
391 chip->mce_bit &= ~CS4231_MCE;
398 if ((reg & CS4231_MCE) == 0) {

Completed in 100 milliseconds