Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/loongson/common/ !
Dmachtype.c21 static const char *system_types[] = { variable
35 return system_types[mips_machtype]; in get_system_type()
61 for (; system_types[machtype]; machtype++) in prom_init_machtype()
62 if (strstr(system_types[machtype], str)) { in prom_init_machtype()