Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dacard-ahci.c45 AHCI_PCI_BAR = 5, enumerator
389 hpriv->mmio = pcim_iomap(pdev, AHCI_PCI_BAR, 0); in acard_ahci_init_one()
425 ata_port_pbar_desc(ap, AHCI_PCI_BAR, -1, "abar"); in acard_ahci_init_one()
426 ata_port_pbar_desc(ap, AHCI_PCI_BAR, in acard_ahci_init_one()
H A Data_piix.c1272 #define AHCI_PCI_BAR 5 macro
1285 if (!pci_resource_start(pdev, AHCI_PCI_BAR) || in piix_disable_ahci()
1286 !pci_resource_len(pdev, AHCI_PCI_BAR)) in piix_disable_ahci()
1289 mmio = pci_iomap(pdev, AHCI_PCI_BAR, 64); in piix_disable_ahci()