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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ali5451/
H A Dali5451.c529 struct snd_ali_channel_control *pchregs = &(codec->chregs); local
534 pchregs->data.ainten = inl(ALI_REG(codec, pchregs->regs.ainten));
535 pchregs->data.ainten &= ~mask;
536 outl(pchregs->data.ainten, ALI_REG(codec, pchregs->regs.ainten));
859 struct snd_ali_channel_control *pchregs; local
865 pchregs = &(codec->chregs);
868 old = pchregs->data.aint;
907 outl(mask,ALI_REG(codec,pchregs
916 struct snd_ali_channel_control *pchregs; local
[all...]

Completed in 111 milliseconds