AHCI_PCI_BAR 379 drivers/ata/acard-ahci.c rc = pcim_iomap_regions_request_all(pdev, 1 << AHCI_PCI_BAR, DRV_NAME); AHCI_PCI_BAR 395 drivers/ata/acard-ahci.c hpriv->mmio = pcim_iomap_table(pdev)[AHCI_PCI_BAR]; AHCI_PCI_BAR 429 drivers/ata/acard-ahci.c ata_port_pbar_desc(ap, AHCI_PCI_BAR, -1, "abar"); AHCI_PCI_BAR 430 drivers/ata/acard-ahci.c ata_port_pbar_desc(ap, AHCI_PCI_BAR, AHCI_PCI_BAR 1281 drivers/ata/ata_piix.c if (!pci_resource_start(pdev, AHCI_PCI_BAR) || AHCI_PCI_BAR 1282 drivers/ata/ata_piix.c !pci_resource_len(pdev, AHCI_PCI_BAR)) AHCI_PCI_BAR 1285 drivers/ata/ata_piix.c mmio = pci_iomap(pdev, AHCI_PCI_BAR, 64);