Lines Matching defs:chregs
229 struct snd_ali_channel_control chregs;
336 port = codec->chregs.regs.ac97write;
368 port = codec->chregs.regs.ac97read;
505 struct snd_ali_channel_control *pchregs = &(codec->chregs);
608 outl(mask, ALI_REG(codec, codec->chregs.regs.stop));
839 pchregs = &(codec->chregs);
895 pchregs = &(codec->chregs);
2107 codec->chregs.regs.ac97read = ALI_AC97_WRITE;
2109 codec->chregs.regs.ac97read = ALI_AC97_READ;
2110 codec->chregs.regs.ac97write = ALI_AC97_WRITE;
2112 codec->chregs.regs.start = ALI_START;
2113 codec->chregs.regs.stop = ALI_STOP;
2114 codec->chregs.regs.aint = ALI_AINT;
2115 codec->chregs.regs.ainten = ALI_AINTEN;
2117 codec->chregs.data.start = 0x00;
2118 codec->chregs.data.stop = 0x00;
2119 codec->chregs.data.aint = 0x00;
2120 codec->chregs.data.ainten = 0x00;