Lines Matching refs:pchregs
505 struct snd_ali_channel_control *pchregs = &(codec->chregs);
510 pchregs->data.ainten = inl(ALI_REG(codec, pchregs->regs.ainten));
511 pchregs->data.ainten &= ~mask;
512 outl(pchregs->data.ainten, ALI_REG(codec, pchregs->regs.ainten));
836 struct snd_ali_channel_control *pchregs;
839 pchregs = &(codec->chregs);
842 old = pchregs->data.aint;
877 outl(mask,ALI_REG(codec,pchregs->regs.aint));
878 pchregs->data.aint = old & (~mask);
886 struct snd_ali_channel_control *pchregs;
895 pchregs = &(codec->chregs);
898 pchregs->data.aint = inl(ALI_REG(codec, pchregs->regs.aint));