Searched refs:pci_bar0_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.h654 unsigned long pci_bar0_map; /* Physical address for PCI BAR0 */ member in struct:lpfc_hba
H A Dlpfc_init.c5143 phba->pci_bar0_map = pci_resource_start(pdev, 0);
5150 phba->slim_memmap_p = ioremap(phba->pci_bar0_map, bar0map_len);
6676 phba->pci_bar0_map = pci_resource_start(pdev, 0);
6679 phba->pci_bar0_map = pci_resource_start(pdev, 1);
6690 ioremap(phba->pci_bar0_map, bar0map_len);

Completed in 53 milliseconds