Searched refs:QS_MMIO_BAR (Results 1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/ata/ |
| D | sata_qstor.c | 45 QS_MMIO_BAR = 4, enumerator 179 return host->iomap[QS_MMIO_BAR]; in qs_mmio_base() 516 void __iomem *mmio_base = host->iomap[QS_MMIO_BAR]; in qs_host_init() 606 if ((pci_resource_flags(pdev, QS_MMIO_BAR) & IORESOURCE_MEM) == 0) in qs_ata_init_one() 609 rc = pcim_iomap_regions(pdev, 1 << QS_MMIO_BAR, DRV_NAME); in qs_ata_init_one() 614 rc = qs_set_dma_masks(pdev, host->iomap[QS_MMIO_BAR]); in qs_ata_init_one() 621 void __iomem *chan = host->iomap[QS_MMIO_BAR] + offset; in qs_ata_init_one() 625 ata_port_pbar_desc(ap, QS_MMIO_BAR, -1, "mmio"); in qs_ata_init_one() 626 ata_port_pbar_desc(ap, QS_MMIO_BAR, offset, "port"); in qs_ata_init_one()
|