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

/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c156 struct mx3_cpu_type mx31_cpu_type[] = { variable in typeref:struct:mx3_cpu_type
176 for (i = 0; i < ARRAY_SIZE(mx31_cpu_type); i++)
177 if (srev == mx31_cpu_type[i].srev)
178 return mx31_cpu_type[i].v | (MXC_CPU_MX31 << 12);

Completed in 86 milliseconds