Searched refs:pci_base2 (Results 1 – 3 of 3) sorted by relevance
700 if (adapter->ahw.pci_base2 != NULL) in netxen_cleanup_pci_map()701 iounmap(adapter->ahw.pci_base2); in netxen_cleanup_pci_map()735 ahw->pci_base2 = ioremap(mem_base + THIRD_PAGE_GROUP_START, in netxen_setup_pci_map()738 ahw->pci_base2 == NULL) { in netxen_setup_pci_map()749 ahw->pci_base2 = ioremap(mem_base + THIRD_PAGE_GROUP_START - in netxen_setup_pci_map()751 if (ahw->pci_base1 == NULL || ahw->pci_base2 == NULL) { in netxen_setup_pci_map()
569 void __iomem *pci_base2; member
38 ((adapter)->ahw.pci_base2 + (off) - THIRD_PAGE_GROUP_START)