bmaddr 366 sound/pci/intel8x0.c void __iomem *bmaddr; bmaddr 443 sound/pci/intel8x0.c return ioread8(chip->bmaddr + offset); bmaddr 448 sound/pci/intel8x0.c return ioread16(chip->bmaddr + offset); bmaddr 453 sound/pci/intel8x0.c return ioread32(chip->bmaddr + offset); bmaddr 458 sound/pci/intel8x0.c iowrite8(val, chip->bmaddr + offset); bmaddr 463 sound/pci/intel8x0.c iowrite16(val, chip->bmaddr + offset); bmaddr 468 sound/pci/intel8x0.c iowrite32(val, chip->bmaddr + offset); bmaddr 2583 sound/pci/intel8x0.c if (chip->bmaddr) bmaddr 2584 sound/pci/intel8x0.c pci_iounmap(chip->pci, chip->bmaddr); bmaddr 2991 sound/pci/intel8x0.c chip->bmaddr = pci_iomap(pci, 0, 0); bmaddr 3005 sound/pci/intel8x0.c chip->bmaddr = pci_iomap(pci, 3, 0); bmaddr 3007 sound/pci/intel8x0.c chip->bmaddr = pci_iomap(pci, 1, 0); bmaddr 3010 sound/pci/intel8x0.c if (!chip->bmaddr) { bmaddr 184 sound/pci/intel8x0m.c void __iomem *bmaddr; bmaddr 238 sound/pci/intel8x0m.c return ioread8(chip->bmaddr + offset); bmaddr 243 sound/pci/intel8x0m.c return ioread16(chip->bmaddr + offset); bmaddr 248 sound/pci/intel8x0m.c return ioread32(chip->bmaddr + offset); bmaddr 253 sound/pci/intel8x0m.c iowrite8(val, chip->bmaddr + offset); bmaddr 258 sound/pci/intel8x0m.c iowrite16(val, chip->bmaddr + offset); bmaddr 263 sound/pci/intel8x0m.c iowrite32(val, chip->bmaddr + offset); bmaddr 997 sound/pci/intel8x0m.c if (chip->bmaddr) bmaddr 998 sound/pci/intel8x0m.c pci_iounmap(chip->pci, chip->bmaddr); bmaddr 1130 sound/pci/intel8x0m.c chip->bmaddr = pci_iomap(pci, 0, 0); bmaddr 1144 sound/pci/intel8x0m.c chip->bmaddr = pci_iomap(pci, 3, 0); bmaddr 1146 sound/pci/intel8x0m.c chip->bmaddr = pci_iomap(pci, 1, 0); bmaddr 1147 sound/pci/intel8x0m.c if (!chip->bmaddr) {