Lines Matching refs:bmaddr
333 unsigned long reg_offset; /* offset to bmaddr */
367 void __iomem *bmaddr;
444 return ioread8(chip->bmaddr + offset);
449 return ioread16(chip->bmaddr + offset);
454 return ioread32(chip->bmaddr + offset);
459 iowrite8(val, chip->bmaddr + offset);
464 iowrite16(val, chip->bmaddr + offset);
469 iowrite32(val, chip->bmaddr + offset);
2575 if (chip->bmaddr)
2576 pci_iounmap(chip->pci, chip->bmaddr);
2984 chip->bmaddr = pci_iomap(pci, 0, 0);
2998 chip->bmaddr = pci_iomap(pci, 3, 0);
3000 chip->bmaddr = pci_iomap(pci, 1, 0);
3003 if (!chip->bmaddr) {