/kernel/linux/linux-5.10/arch/m68k/sun3/ |
H A D | idprom.c | 3 * idprom.c: Routines to load the idprom into kernel addresses and 17 #include <asm/idprom.h> 20 struct idprom *idprom; variable 21 EXPORT_SYMBOL(idprom); variable 23 static struct idprom idprom_buffer; 91 if(Sun_Machines[i].id_machtype == idprom->id_machtype) { in sun3_get_model() 101 static unsigned char __init calc_idprom_cksum(struct idprom *idprom) in calc_idprom_cksum() argument [all...] |
H A D | Makefile | 6 obj-y := sun3ints.o sun3dvma.o idprom.o
|
H A D | config.c | 30 #include <asm/idprom.h> 206 switch (idprom->id_machtype) { in sun3_platform_init()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | idprom.c | 3 * idprom.c: Routines to load the idprom into kernel addresses and 16 #include <asm/idprom.h> 18 struct idprom *idprom; variable 19 EXPORT_SYMBOL(idprom); variable 21 static struct idprom idprom_buffer; 68 return idprom->id_ethaddr; in arch_get_platform_mac_address() 72 static unsigned char __init calc_idprom_cksum(struct idprom *idprom) in calc_idprom_cksum() argument [all...] |
H A D | Makefile | 41 obj-y += idprom.o
|
H A D | time_32.c | 45 #include <asm/idprom.h>
|
/kernel/linux/linux-6.6/arch/m68k/sun3/ |
H A D | idprom.c | 3 * idprom.c: Routines to load the idprom into kernel addresses and 17 #include <asm/idprom.h> 20 struct idprom *idprom; variable 21 EXPORT_SYMBOL(idprom); variable 23 static struct idprom idprom_buffer; 91 if(Sun_Machines[i].id_machtype == idprom->id_machtype) { in sun3_get_model() 101 static unsigned char __init calc_idprom_cksum(struct idprom *idprom) in calc_idprom_cksum() argument [all...] |
H A D | Makefile | 6 obj-y := sun3ints.o sun3dvma.o idprom.o
|
H A D | config.c | 30 #include <asm/idprom.h> 205 switch (idprom->id_machtype) { in sun3_platform_init()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | idprom.c | 3 * idprom.c: Routines to load the idprom into kernel addresses and 16 #include <asm/idprom.h> 18 struct idprom *idprom; variable 19 EXPORT_SYMBOL(idprom); variable 21 static struct idprom idprom_buffer; 68 return idprom->id_ethaddr; in arch_get_platform_mac_address() 72 static unsigned char __init calc_idprom_cksum(struct idprom *idprom) in calc_idprom_cksum() argument [all...] |
H A D | Makefile | 40 obj-y += idprom.o
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | idprom.h | 3 * idprom.h: Macros and defines for idprom routines 13 struct idprom { struct 23 extern struct idprom *idprom;
|
H A D | floppy_32.h | 14 #include <asm/idprom.h>
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | idprom.h | 5 * idprom.h: Macros and defines for idprom routines 12 struct idprom { struct 22 extern struct idprom *idprom;
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | idprom.h | 5 * idprom.h: Macros and defines for idprom routines 12 struct idprom { struct 22 extern struct idprom *idprom;
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | idprom.h | 3 * idprom.h: Macros and defines for idprom routines 13 struct idprom { struct 23 extern struct idprom *idprom;
|
H A D | floppy_32.h | 14 #include <asm/idprom.h>
|
/kernel/linux/linux-5.10/arch/m68k/sun3x/ |
H A D | prom.c | 16 #include <asm/idprom.h> 108 if (!((idprom->id_machtype & SM_ARCH_MASK) == SM_SUN3X)) { in sun3x_prom_init() 110 idprom->id_machtype); in sun3x_prom_init() 112 idprom->id_machtype = SM_SUN3X | SM_3_80; in sun3x_prom_init() 151 /* Get the idprom and stuff it into buffer 'idbuf'. Returns the 160 /* make a copy of the idprom structure */ in prom_get_idprom()
|
/kernel/linux/linux-6.6/arch/m68k/sun3x/ |
H A D | prom.c | 16 #include <asm/idprom.h> 107 if (!((idprom->id_machtype & SM_ARCH_MASK) == SM_SUN3X)) { in sun3x_prom_init() 109 idprom->id_machtype); in sun3x_prom_init() 111 idprom->id_machtype = SM_SUN3X | SM_3_80; in sun3x_prom_init() 150 /* Get the idprom and stuff it into buffer 'idbuf'. Returns the 159 /* make a copy of the idprom structure */ in prom_get_idprom()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
H A D | sni_82596.c | 76 struct resource *res, *ca, *idprom, *options; in sni_82596_probe() local 85 idprom = platform_get_resource(dev, IORESOURCE_MEM, 2); in sni_82596_probe() 86 if (!res || !ca || !options || !idprom) in sni_82596_probe() 107 eth_addr = ioremap(idprom->start, 0x10); in sni_82596_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/ |
H A D | sni_82596.c | 76 struct resource *res, *ca, *idprom, *options; in sni_82596_probe() local 86 idprom = platform_get_resource(dev, IORESOURCE_MEM, 2); in sni_82596_probe() 87 if (!res || !ca || !options || !idprom) in sni_82596_probe() 108 eth_addr = ioremap(idprom->start, 0x10); in sni_82596_probe()
|
/kernel/linux/linux-5.10/arch/m68k/sun3/prom/ |
H A D | misc.c | 13 #include <asm/idprom.h> 52 /* Get the idprom and stuff it into buffer 'idbuf'. Returns the
|
/kernel/linux/linux-6.6/arch/m68k/sun3/prom/ |
H A D | misc.c | 13 #include <asm/idprom.h> 52 /* Get the idprom and stuff it into buffer 'idbuf'. Returns the
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | sun3lance.c | 47 #include <asm/idprom.h> 258 switch(idprom->id_machtype) { in sun3lance_probe() 381 dev->dev_addr[i] = idprom->id_ethaddr[i]; in lance_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | sun3lance.c | 47 #include <asm/idprom.h> 258 switch(idprom->id_machtype) { in sun3lance_probe() 375 eth_hw_addr_set(dev, idprom->id_ethaddr); in lance_probe()
|