Searched refs:prom_name (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/sparc/include/asm/ |
D | pbm.h | 30 char prom_name[64]; member
|
/linux-6.6.21/drivers/net/ethernet/sun/ |
D | sunhme.c | 2621 char prom_name[64]; in happy_meal_pci_probe() local 2628 snprintf(prom_name, sizeof(prom_name), "%pOFn", dp); in happy_meal_pci_probe() 2631 strcpy(prom_name, "SUNW,qfe"); in happy_meal_pci_probe() 2633 strcpy(prom_name, "SUNW,hme"); in happy_meal_pci_probe() 2641 if (!strcmp(prom_name, "SUNW,qfe") || !strcmp(prom_name, "qfe")) { in happy_meal_pci_probe() 2740 prom_name[0] = 0; in happy_meal_pci_probe() 2743 sprintf(prom_name, "-%d", i + 3); in happy_meal_pci_probe() 2747 prom_name, qpdev->vendor, qpdev->device); in happy_meal_pci_probe()
|
/linux-6.6.21/arch/sparc/kernel/ |
D | pcic.c | 355 strcpy(pbm->prom_name, namebuf); in pcic_probe()
|