Home
last modified time | relevance | path

Searched refs:mx31_cpu_type (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/arm/mach-mx3/
Dcpu.c27 static struct mx3_cpu_type mx31_cpu_type[] __initdata = { variable
46 for (i = 0; i < ARRAY_SIZE(mx31_cpu_type); i++) in mx31_read_cpu_rev()
47 if (srev == mx31_cpu_type[i].srev) { in mx31_read_cpu_rev()
50 mx31_cpu_type[i].name, mx31_cpu_type[i].v); in mx31_read_cpu_rev()
52 mx31_cpu_rev = mx31_cpu_type[i].rev; in mx31_read_cpu_rev()