Lines Matching defs:chregs
228 struct snd_ali_channel_control chregs;
335 port = codec->chregs.regs.ac97write;
367 port = codec->chregs.regs.ac97read;
504 struct snd_ali_channel_control *pchregs = &(codec->chregs);
607 outl(mask, ALI_REG(codec, codec->chregs.regs.stop));
838 pchregs = &(codec->chregs);
894 pchregs = &(codec->chregs);
2077 codec->chregs.regs.ac97read = ALI_AC97_WRITE;
2079 codec->chregs.regs.ac97read = ALI_AC97_READ;
2080 codec->chregs.regs.ac97write = ALI_AC97_WRITE;
2082 codec->chregs.regs.start = ALI_START;
2083 codec->chregs.regs.stop = ALI_STOP;
2084 codec->chregs.regs.aint = ALI_AINT;
2085 codec->chregs.regs.ainten = ALI_AINTEN;
2087 codec->chregs.data.start = 0x00;
2088 codec->chregs.data.stop = 0x00;
2089 codec->chregs.data.aint = 0x00;
2090 codec->chregs.data.ainten = 0x00;