Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/loongson2ef/common/
H A Dmachtype.c17 static const char *system_types[] = { variable
31 return system_types[mips_machtype]; in get_system_type()
57 for (; system_types[machtype]; machtype++) in prom_init_machtype()
58 if (strstr(system_types[machtype], str)) { in prom_init_machtype()