Home
last modified time | relevance | path

Searched refs:idprom (Results 1 - 25 of 46) sorted by relevance

12

/kernel/linux/linux-5.10/arch/m68k/sun3/
H A Didprom.c3 * 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 DMakefile6 obj-y := sun3ints.o sun3dvma.o idprom.o
H A Dconfig.c30 #include <asm/idprom.h>
206 switch (idprom->id_machtype) { in sun3_platform_init()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Didprom.c3 * 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 DMakefile41 obj-y += idprom.o
H A Dtime_32.c45 #include <asm/idprom.h>
/kernel/linux/linux-6.6/arch/m68k/sun3/
H A Didprom.c3 * 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 DMakefile6 obj-y := sun3ints.o sun3dvma.o idprom.o
H A Dconfig.c30 #include <asm/idprom.h>
205 switch (idprom->id_machtype) { in sun3_platform_init()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Didprom.c3 * 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 DMakefile40 obj-y += idprom.o
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Didprom.h3 * idprom.h: Macros and defines for idprom routines
13 struct idprom { struct
23 extern struct idprom *idprom;
H A Dfloppy_32.h14 #include <asm/idprom.h>
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Didprom.h5 * 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 Didprom.h5 * 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 Didprom.h3 * idprom.h: Macros and defines for idprom routines
13 struct idprom { struct
23 extern struct idprom *idprom;
H A Dfloppy_32.h14 #include <asm/idprom.h>
/kernel/linux/linux-5.10/arch/m68k/sun3x/
H A Dprom.c16 #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 Dprom.c16 #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 Dsni_82596.c76 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 Dsni_82596.c76 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 Dmisc.c13 #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 Dmisc.c13 #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 Dsun3lance.c47 #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 Dsun3lance.c47 #include <asm/idprom.h>
258 switch(idprom->id_machtype) { in sun3lance_probe()
375 eth_hw_addr_set(dev, idprom->id_ethaddr); in lance_probe()

Completed in 9 milliseconds

12