Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/include/asm/
Dpbm.h30 char prom_name[64]; member
/linux-5.19.10/drivers/net/ethernet/sun/
Dsunhme.c2954 char prom_name[64]; in happy_meal_pci_probe() local
2961 snprintf(prom_name, sizeof(prom_name), "%pOFn", dp); in happy_meal_pci_probe()
2964 strcpy(prom_name, "SUNW,qfe"); in happy_meal_pci_probe()
2966 strcpy(prom_name, "SUNW,hme"); in happy_meal_pci_probe()
2975 if (!strcmp(prom_name, "SUNW,qfe") || !strcmp(prom_name, "qfe")) { in happy_meal_pci_probe()
3138 prom_name[0] = 0; in happy_meal_pci_probe()
3141 sprintf(prom_name, "-%d", i + 3); in happy_meal_pci_probe()
3143 printk(KERN_INFO "%s%s: Quattro HME (PCI/CheerIO) 10/100baseT Ethernet ", dev->name, prom_name); in happy_meal_pci_probe()
/linux-5.19.10/arch/sparc/kernel/
Dpcic.c355 strcpy(pbm->prom_name, namebuf); in pcic_probe()