Searched refs:get_cpu_subtype (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh64/
H A Dbugs.h31 extern char *get_cpu_subtype(void);
36 printk("CPU: %s\n", get_cpu_subtype());
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/
H A Dbugs.h57 printk("CPU: %s\n", get_cpu_subtype(&current_cpu_data));
H A Dprocessor.h35 * for parsing the subtype in get_cpu_subtype().
290 const char *get_cpu_subtype(struct sh_cpuinfo *c);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/oprofile/
H A Dop_model_sh7750.c47 extern const char *get_cpu_subtype(void);
259 sh7750_perf_counter_ops.cpu_type = (char *)get_cpu_subtype();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsetup.c25 * Added generic get_cpu_subtype() for subtype reporting from cpu_data->type.
320 const char *get_cpu_subtype(void) function
335 seq_printf(m, "cpu type\t: %s\n", get_cpu_subtype());
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/kernel/
H A Dsetup.c422 const char *get_cpu_subtype(struct sh_cpuinfo *c) function
479 seq_printf(m, "cpu type\t: %s\n", get_cpu_subtype(c));

Completed in 107 milliseconds