Lines Matching defs:iomap
2248 /* request, iomap BARs and init port addresses accordingly */
2252 void __iomem * const *iomap;
2270 "failed to request/iomap BARs for port %d (errno=%d)\n",
2277 host->iomap = iomap = pcim_iomap_table(pdev);
2279 ap->ioaddr.cmd_addr = iomap[base];
2282 ((unsigned long)iomap[base + 1] | ATA_PCI_CTL_OFS);
3179 /* request and iomap DMA region */
3182 ata_bmdma_nodma(host, "failed to request/iomap BAR4");
3185 host->iomap = pcim_iomap_table(pdev);
3189 void __iomem *bmdma = host->iomap[4] + 8 * i;