Searched refs:QS_MMIO_BAR (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | sata_qstor.c | 29 QS_MMIO_BAR = 4, enumerator 163 return host->iomap[QS_MMIO_BAR]; in qs_mmio_base() 490 void __iomem *mmio_base = host->iomap[QS_MMIO_BAR]; in qs_host_init() 560 if ((pci_resource_flags(pdev, QS_MMIO_BAR) & IORESOURCE_MEM) == 0) in qs_ata_init_one() 563 rc = pcim_iomap_regions(pdev, 1 << QS_MMIO_BAR, DRV_NAME); in qs_ata_init_one() 568 rc = qs_set_dma_masks(pdev, host->iomap[QS_MMIO_BAR]); in qs_ata_init_one() 575 void __iomem *chan = host->iomap[QS_MMIO_BAR] + offset; in qs_ata_init_one() 579 ata_port_pbar_desc(ap, QS_MMIO_BAR, -1, "mmio"); in qs_ata_init_one() 580 ata_port_pbar_desc(ap, QS_MMIO_BAR, offset, "port"); in qs_ata_init_one()
|