Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/loongson64/common/
Dmachtype.c21 static const char *system_types[] = { variable
36 return system_types[mips_machtype]; in get_system_type()
62 for (; system_types[machtype]; machtype++) in prom_init_machtype()
63 if (strstr(system_types[machtype], str)) { in prom_init_machtype()