Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/cobalt/cobalt/
H A Dmachdep.c122 static const char * const cobalt_model[] = variable
129 #define COBALT_MODELS __arraycount(cobalt_model)
235 if (cobalt_id >= COBALT_MODELS || cobalt_model[cobalt_id] == NULL) in mach_init()
239 cpu_setmodel("%s", cobalt_model[cobalt_id]); in mach_init()
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dboot.c102 static const char * const cobalt_model[] = variable
110 #define COBALT_MODELS __arraycount(cobalt_model)
380 printf(">> Model:\t\t%s\n", cobalt_model[cobalt_id]); in print_banner()