Searched refs:hpreg_base (Results 1 – 1 of 1) sorted by relevance
2951 void __iomem *hpreg_base; in happy_meal_pci_probe() local3020 if ((hpreg_base = ioremap(hpreg_res, 0x8000)) == NULL) { in happy_meal_pci_probe()3056 hp->gregs = (hpreg_base + 0x0000UL); in happy_meal_pci_probe()3057 hp->etxregs = (hpreg_base + 0x2000UL); in happy_meal_pci_probe()3058 hp->erxregs = (hpreg_base + 0x4000UL); in happy_meal_pci_probe()3059 hp->bigmacregs = (hpreg_base + 0x6000UL); in happy_meal_pci_probe()3060 hp->tcvregs = (hpreg_base + 0x7000UL); in happy_meal_pci_probe()