Searched refs:AHCI_PCI_BAR (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | acard-ahci.c | 45 AHCI_PCI_BAR = 5, enumerator 379 rc = pcim_iomap_regions_request_all(pdev, 1 << AHCI_PCI_BAR, DRV_NAME); in acard_ahci_init_one() 395 hpriv->mmio = pcim_iomap_table(pdev)[AHCI_PCI_BAR]; in acard_ahci_init_one() 429 ata_port_pbar_desc(ap, AHCI_PCI_BAR, -1, "abar"); in acard_ahci_init_one() 430 ata_port_pbar_desc(ap, AHCI_PCI_BAR, in acard_ahci_init_one()
|
| H A D | ata_piix.c | 1266 #define AHCI_PCI_BAR 5 macro 1279 if (!pci_resource_start(pdev, AHCI_PCI_BAR) || in piix_disable_ahci() 1280 !pci_resource_len(pdev, AHCI_PCI_BAR)) in piix_disable_ahci() 1283 mmio = pci_iomap(pdev, AHCI_PCI_BAR, 64); in piix_disable_ahci()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ahci.h | 13 #define AHCI_PCI_BAR 0x24 macro
|