Searched refs:pci_base2 (Results 1 – 3 of 3) sorted by relevance
698 if (adapter->ahw.pci_base2 != NULL) in netxen_cleanup_pci_map()699 iounmap(adapter->ahw.pci_base2); in netxen_cleanup_pci_map()733 ahw->pci_base2 = ioremap(mem_base + THIRD_PAGE_GROUP_START, in netxen_setup_pci_map()736 ahw->pci_base2 == NULL) { in netxen_setup_pci_map()747 ahw->pci_base2 = ioremap(mem_base + THIRD_PAGE_GROUP_START - in netxen_setup_pci_map()749 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)