Lines Matching defs:buffer
98 ICH_REG_##name##_BDBAR = base + 0x0, /* dword - buffer descriptor list base address */ \
102 ICH_REG_##name##_PICB = base + 0x08, /* word - position in current buffer */ \
125 #define ICH_BCIS 0x08 /* buffer completion interrupt status */
126 #define ICH_LVBCI 0x04 /* last valid buffer completion interrupt */
136 #define ICH_LVBIE 0x04 /* last valid buffer interrupt enable */
2680 "no playback buffer allocated - aborting measure ac97 clock\n");
2809 struct snd_info_buffer *buffer)
2814 snd_iprintf(buffer, "Intel8x0\n\n");
2818 snd_iprintf(buffer, "Global control : 0x%08x\n", igetdword(chip, ICHREG(GLOB_CNT)));
2819 snd_iprintf(buffer, "Global status : 0x%08x\n", tmp);
2821 snd_iprintf(buffer, "SDM : 0x%08x\n", igetdword(chip, ICHREG(SDM)));
2822 snd_iprintf(buffer, "AC'97 codecs ready :");
2830 snd_iprintf(buffer, " %s", codecs[i]);
2832 snd_iprintf(buffer, " none");
2833 snd_iprintf(buffer, "\n");
2836 snd_iprintf(buffer, "AC'97 codecs SDIN : %i %i %i\n",
3041 /* allocate buffer descriptor lists */
3047 dev_err(card->dev, "cannot allocate buffer descriptors\n");