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

/linux-master/sound/pci/ali5451/
H A Dali5451.c502 struct snd_ali_channel_control *pchregs = &(codec->chregs); local
507 pchregs->data.ainten = inl(ALI_REG(codec, pchregs->regs.ainten));
508 pchregs->data.ainten &= ~mask;
509 outl(pchregs->data.ainten, ALI_REG(codec, pchregs->regs.ainten));
833 struct snd_ali_channel_control *pchregs; local
836 pchregs = &(codec->chregs);
839 old = pchregs->data.aint;
874 outl(mask,ALI_REG(codec,pchregs
883 struct snd_ali_channel_control *pchregs; local
[all...]

Completed in 116 milliseconds