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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h656 unsigned long pci_bar2_map; /* Physical address for PCI BAR2 */ member in struct:lpfc_hba
H A Dlpfc_init.c5146 phba->pci_bar2_map = pci_resource_start(pdev, 2);
5158 phba->ctrl_regs_memmap_p = ioremap(phba->pci_bar2_map, bar2map_len);
6685 phba->pci_bar2_map = pci_resource_start(pdev, 4);
6708 ioremap(phba->pci_bar2_map, bar2map_len);

Completed in 73 milliseconds