Home
last modified time | relevance | path

Searched refs:prom_name (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dpbm.h30 char prom_name[64]; member
/linux/drivers/net/ethernet/sun/
H A Dsunhme.c2624 char prom_name[64]; in happy_meal_pci_probe() local
2631 snprintf(prom_name, sizeof(prom_name), "%pOFn", dp); in happy_meal_pci_probe()
2634 strcpy(prom_name, "SUNW,qfe"); in happy_meal_pci_probe()
2636 strcpy(prom_name, "SUNW,hme"); in happy_meal_pci_probe()
2644 if (!strcmp(prom_name, "SUNW,qfe") || !strcmp(prom_name, "qfe")) { in happy_meal_pci_probe()
2743 prom_name[0] = 0; in happy_meal_pci_probe()
2746 sprintf(prom_name, "-%d", i + 3); in happy_meal_pci_probe()
2750 prom_name, qpdev->vendor, qpdev->device); in happy_meal_pci_probe()
/linux/arch/sparc/kernel/
H A Dpcic.c356 strscpy(pbm->prom_name, namebuf); in pcic_probe()