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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c564 struct snd_ali_channel_control *pchregs = &(codec->chregs); local
569 pchregs->data.ainten = inl(ALI_REG(codec, pchregs->regs.ainten));
570 pchregs->data.ainten &= ~mask;
571 outl(pchregs->data.ainten, ALI_REG(codec, pchregs->regs.ainten));
896 struct snd_ali_channel_control *pchregs; local
902 pchregs = &(codec->chregs);
905 old = pchregs->data.aint;
944 outl(mask,ALI_REG(codec,pchregs
953 struct snd_ali_channel_control *pchregs; local
[all...]

Completed in 45 milliseconds