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