Searched refs:machtype (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/lemote-2f/
H A DMakefile5 obj-y += machtype.o irq.o reset.o ec_kb3310b.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/common/
H A Dmachtype.c18 /* please ensure the length of the machtype string is less than 50 */
45 int machtype = MACH_LEMOTE_FL2E; local
49 p = strstr(arcs_cmdline, "machtype=");
54 p += strlen("machtype=");
61 for (; system_types[machtype]; machtype++)
62 if (strstr(system_types[machtype], str)) {
63 mips_machtype = machtype;
H A DMakefile6 pci.o bonito-irq.o mem.o machtype.o platform.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3/
H A Didprom.c25 * of the Sparc CPU and have a meaningful IDPROM machtype value that we
60 static void __init display_system_type(unsigned char machtype) argument
65 if(Sun_Machines[i].id_machtype == machtype) {
66 if (machtype != (SM_SUN4M_OBP | 0x00))
74 prom_printf("IDPROM: Bogus id_machtype value, 0x%x\n", machtype);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Didprom.c25 * of the Sparc CPU and have a meaningful IDPROM machtype value that we
51 static void __init display_system_type(unsigned char machtype) argument
57 if (Sun_Machines[i].id_machtype == machtype) {
58 if (machtype != (SM_SUN4M_OBP | 0x00) ||
69 prom_printf("IDPROM: Warning, bogus id_machtype value, 0x%x\n", machtype);
72 static void __init display_system_type(unsigned char machtype) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Da.out.h54 #define N_SET_MACHTYPE(exec, machtype) \
56 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dbootinfo.h250 unsigned long machtype; member in struct:bootversion::__anon9614
357 unsigned long machtype; member in struct:compat_bootinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/prom/
H A Dmemory.c15 #include <asm/dec/machtype.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/
H A Dtime.c19 #include <asm/dec/machtype.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpmag-aa-fb.c37 #include <asm/dec/machtype.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Ddz.c59 #include <asm/dec/machtype.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddeclance.c73 #include <asm/dec/machtype.h>

Completed in 107 milliseconds