Home
last modified time | relevance | path

Searched refs:pci_bar0_map (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
A Dlpfc.h1223 phys_addr_t pci_bar0_map; /* Physical address for PCI BAR0 */ member
A Dlpfc_init.c9183 phba->pci_bar0_map = pci_resource_start(pdev, 0); in lpfc_sli_pci_mem_setup()
9190 phba->slim_memmap_p = ioremap(phba->pci_bar0_map, bar0map_len); in lpfc_sli_pci_mem_setup()
11733 phba->pci_bar0_map = pci_resource_start(pdev, PCI_64BIT_BAR0); in lpfc_sli4_pci_mem_setup()
11741 ioremap(phba->pci_bar0_map, bar0map_len); in lpfc_sli4_pci_mem_setup()
11752 phba->pci_bar0_map = pci_resource_start(pdev, 1); in lpfc_sli4_pci_mem_setup()
11760 ioremap(phba->pci_bar0_map, bar0map_len); in lpfc_sli4_pci_mem_setup()

Completed in 29 milliseconds