Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/include/asm/
Dpbm.h30 char prom_name[64]; member
/Linux-v5.4/drivers/net/ethernet/sun/
Dsunhme.c2996 char prom_name[64]; in happy_meal_pci_probe() local
3002 snprintf(prom_name, sizeof(prom_name), "%pOFn", dp); in happy_meal_pci_probe()
3005 strcpy(prom_name, "SUNW,qfe"); in happy_meal_pci_probe()
3007 strcpy(prom_name, "SUNW,hme"); in happy_meal_pci_probe()
3016 if (!strcmp(prom_name, "SUNW,qfe") || !strcmp(prom_name, "qfe")) { in happy_meal_pci_probe()
3175 prom_name[0] = 0; in happy_meal_pci_probe()
3178 sprintf(prom_name, "-%d", i + 3); in happy_meal_pci_probe()
3180 printk(KERN_INFO "%s%s: Quattro HME (PCI/CheerIO) 10/100baseT Ethernet ", dev->name, prom_name); in happy_meal_pci_probe()
/Linux-v5.4/arch/sparc/kernel/
Dpcic.c355 strcpy(pbm->prom_name, namebuf); in pcic_probe()