Searched refs:AHCI_PCI_BAR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dahci.c55 AHCI_PCI_BAR = 5, enumerator in enum:__anon10737
1093 rc = pcim_iomap_regions_request_all(pdev, 1 << AHCI_PCI_BAR, DRV_NAME);
1135 hpriv->mmio = pcim_iomap_table(pdev)[AHCI_PCI_BAR];
1199 ata_port_pbar_desc(ap, AHCI_PCI_BAR, -1, "abar");
1200 ata_port_pbar_desc(ap, AHCI_PCI_BAR,
H A Data_piix.c1223 #define AHCI_PCI_BAR 5 macro
1236 if (!pci_resource_start(pdev, AHCI_PCI_BAR) ||
1237 !pci_resource_len(pdev, AHCI_PCI_BAR))
1240 mmio = pci_iomap(pdev, AHCI_PCI_BAR, 64);

Completed in 103 milliseconds