Home
last modified time | relevance | path

Searched refs:hpreg_base (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dsunhme.c2619 void __iomem *hpreg_base; in happy_meal_pci_probe() local
2689 hpreg_base = pcim_iomap(pdev, 0, 0x8000); in happy_meal_pci_probe()
2690 if (!hpreg_base) { in happy_meal_pci_probe()
2699 hp->gregs = (hpreg_base + 0x0000UL); in happy_meal_pci_probe()
2700 hp->etxregs = (hpreg_base + 0x2000UL); in happy_meal_pci_probe()
2701 hp->erxregs = (hpreg_base + 0x4000UL); in happy_meal_pci_probe()
2702 hp->bigmacregs = (hpreg_base + 0x6000UL); in happy_meal_pci_probe()
2703 hp->tcvregs = (hpreg_base + 0x7000UL); in happy_meal_pci_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dsunhme.c2992 void __iomem *hpreg_base; in happy_meal_pci_probe() local
3060 if ((hpreg_base = ioremap(hpreg_res, 0x8000)) == NULL) { in happy_meal_pci_probe()
3092 hp->gregs = (hpreg_base + 0x0000UL); in happy_meal_pci_probe()
3093 hp->etxregs = (hpreg_base + 0x2000UL); in happy_meal_pci_probe()
3094 hp->erxregs = (hpreg_base + 0x4000UL); in happy_meal_pci_probe()
3095 hp->bigmacregs = (hpreg_base + 0x6000UL); in happy_meal_pci_probe()
3096 hp->tcvregs = (hpreg_base + 0x7000UL); in happy_meal_pci_probe()

Completed in 7 milliseconds