Home
last modified time | relevance | path

Searched refs:pci_bar2_map (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h1219 phys_addr_t pci_bar2_map; /* Physical address for PCI BAR2 */ member
H A Dlpfc_init.c9309 phba->pci_bar2_map = pci_resource_start(pdev, 2); in lpfc_sli_pci_mem_setup()
9321 phba->ctrl_regs_memmap_p = ioremap(phba->pci_bar2_map, bar2map_len); in lpfc_sli_pci_mem_setup()
11958 phba->pci_bar2_map = pci_resource_start(pdev, in lpfc_sli4_pci_mem_setup()
11962 ioremap(phba->pci_bar2_map, in lpfc_sli4_pci_mem_setup()
11988 phba->pci_bar2_map = pci_resource_start(pdev, PCI_64BIT_BAR4); in lpfc_sli4_pci_mem_setup()
11991 ioremap(phba->pci_bar2_map, bar2map_len); in lpfc_sli4_pci_mem_setup()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.lpfc1736 pci_bar2_map.