Searched refs:FMC (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident_main.c413 FmcRvolCvol = ((voice->FMC & 3) << 14) |
584 outw(((voice->FMC & 0x0003) << 14) | ((voice->RVol & 0x007f) << 7) |
608 outw(((voice->FMC & 0x0003) << 14) | ((voice->RVol & 0x007f) << 7) |
912 voice->FMC = 3;
933 evoice->FMC = 3;
1045 voice->FMC = 3;
1139 voice->FMC = 0;
1163 evoice->FMC = 3;
1217 voice->FMC = 3;
1240 evoice->FMC
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtrident.h301 unsigned char FMC; /* 2 bits */ member in struct:snd_trident_voice

Completed in 174 milliseconds