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

/linux-4.4.14/drivers/scsi/
H A Dhptiop.c593 static void __iomem *hptiop_map_pci_bar(struct hptiop_hba *hba, int index) hptiop_map_pci_bar() function
622 hba->u.itl.iop = hptiop_map_pci_bar(hba, 0); hptiop_map_pci_bar_itl()
627 hba->u.itl.iop = hptiop_map_pci_bar(hba, 2); hptiop_map_pci_bar_itl()
645 hba->u.mv.regs = hptiop_map_pci_bar(hba, 0); hptiop_map_pci_bar_mv()
649 hba->u.mv.mu = hptiop_map_pci_bar(hba, 2); hptiop_map_pci_bar_mv()
660 hba->u.mvfrey.config = hptiop_map_pci_bar(hba, 0); hptiop_map_pci_bar_mvfrey()
664 hba->u.mvfrey.mu = hptiop_map_pci_bar(hba, 2); hptiop_map_pci_bar_mvfrey()

Completed in 42 milliseconds