Searched refs:pci_base2 (Results 1 – 3 of 3) sorted by relevance
705 if (adapter->ahw.pci_base2 != NULL) in netxen_cleanup_pci_map()706 iounmap(adapter->ahw.pci_base2); in netxen_cleanup_pci_map()740 ahw->pci_base2 = ioremap(mem_base + THIRD_PAGE_GROUP_START, in netxen_setup_pci_map()743 ahw->pci_base2 == NULL) { in netxen_setup_pci_map()754 ahw->pci_base2 = ioremap(mem_base + THIRD_PAGE_GROUP_START - in netxen_setup_pci_map()756 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)