Lines Matching refs:pchregs
504 struct snd_ali_channel_control *pchregs = &(codec->chregs);
509 pchregs->data.ainten = inl(ALI_REG(codec, pchregs->regs.ainten));
510 pchregs->data.ainten &= ~mask;
511 outl(pchregs->data.ainten, ALI_REG(codec, pchregs->regs.ainten));
835 struct snd_ali_channel_control *pchregs;
838 pchregs = &(codec->chregs);
841 old = pchregs->data.aint;
876 outl(mask,ALI_REG(codec,pchregs->regs.aint));
877 pchregs->data.aint = old & (~mask);
885 struct snd_ali_channel_control *pchregs;
894 pchregs = &(codec->chregs);
897 pchregs->data.aint = inl(ALI_REG(codec, pchregs->regs.aint));