sound/pci/intel8x0.c
75
ICH_REG_##name##_BDBAR = base + 0x0, /* dword - buffer descriptor list base address */ \
sound/pci/intel8x0.c
76
ICH_REG_##name##_CIV = base + 0x04, /* byte - current index value */ \
sound/pci/intel8x0.c
77
ICH_REG_##name##_LVI = base + 0x05, /* byte - last valid index */ \
sound/pci/intel8x0.c
78
ICH_REG_##name##_SR = base + 0x06, /* byte - status register */ \
sound/pci/intel8x0.c
79
ICH_REG_##name##_PICB = base + 0x08, /* word - position in current buffer */ \
sound/pci/intel8x0.c
80
ICH_REG_##name##_PIV = base + 0x0a, /* byte - prefetched index value */ \
sound/pci/intel8x0.c
81
ICH_REG_##name##_CR = base + 0x0b, /* byte - control register */ \
sound/pci/intel8x0m.c
53
ICH_REG_##name##_BDBAR = base + 0x0, /* dword - buffer descriptor list base address */ \
sound/pci/intel8x0m.c
54
ICH_REG_##name##_CIV = base + 0x04, /* byte - current index value */ \
sound/pci/intel8x0m.c
55
ICH_REG_##name##_LVI = base + 0x05, /* byte - last valid index */ \
sound/pci/intel8x0m.c
56
ICH_REG_##name##_SR = base + 0x06, /* byte - status register */ \
sound/pci/intel8x0m.c
57
ICH_REG_##name##_PICB = base + 0x08, /* word - position in current buffer */ \
sound/pci/intel8x0m.c
58
ICH_REG_##name##_PIV = base + 0x0a, /* byte - prefetched index value */ \
sound/pci/intel8x0m.c
59
ICH_REG_##name##_CR = base + 0x0b, /* byte - control register */ \