Lines Matching refs:bmaddr
155 unsigned long reg_offset; /* offset to bmaddr */
184 void __iomem *bmaddr;
238 return ioread8(chip->bmaddr + offset);
243 return ioread16(chip->bmaddr + offset);
248 return ioread32(chip->bmaddr + offset);
253 iowrite8(val, chip->bmaddr + offset);
258 iowrite16(val, chip->bmaddr + offset);
263 iowrite32(val, chip->bmaddr + offset);
980 if (chip->bmaddr)
981 pci_iounmap(chip->pci, chip->bmaddr);
1115 chip->bmaddr = pci_iomap(pci, 0, 0);
1129 chip->bmaddr = pci_iomap(pci, 3, 0);
1131 chip->bmaddr = pci_iomap(pci, 1, 0);
1132 if (!chip->bmaddr) {