base              113 sound/pci/intel8x0.c ICH_REG_##name##_BDBAR	= base + 0x0,	/* dword - buffer descriptor list base address */ \
base              114 sound/pci/intel8x0.c ICH_REG_##name##_CIV	= base + 0x04,	/* byte - current index value */ \
base              115 sound/pci/intel8x0.c ICH_REG_##name##_LVI	= base + 0x05,	/* byte - last valid index */ \
base              116 sound/pci/intel8x0.c ICH_REG_##name##_SR	= base + 0x06,	/* byte - status register */ \
base              117 sound/pci/intel8x0.c ICH_REG_##name##_PICB	= base + 0x08,	/* word - position in current buffer */ \
base              118 sound/pci/intel8x0.c ICH_REG_##name##_PIV	= base + 0x0a,	/* byte - prefetched index value */ \
base              119 sound/pci/intel8x0.c ICH_REG_##name##_CR	= base + 0x0b,	/* byte - control register */ \
base               83 sound/pci/intel8x0m.c ICH_REG_##name##_BDBAR	= base + 0x0,	/* dword - buffer descriptor list base address */ \
base               84 sound/pci/intel8x0m.c ICH_REG_##name##_CIV	= base + 0x04,	/* byte - current index value */ \
base               85 sound/pci/intel8x0m.c ICH_REG_##name##_LVI	= base + 0x05,	/* byte - last valid index */ \
base               86 sound/pci/intel8x0m.c ICH_REG_##name##_SR	= base + 0x06,	/* byte - status register */ \
base               87 sound/pci/intel8x0m.c ICH_REG_##name##_PICB	= base + 0x08,	/* word - position in current buffer */ \
base               88 sound/pci/intel8x0m.c ICH_REG_##name##_PIV	= base + 0x0a,	/* byte - prefetched index value */ \
base               89 sound/pci/intel8x0m.c ICH_REG_##name##_CR	= base + 0x0b,	/* byte - control register */ \