Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/hp300/
Dconfig.c25 unsigned long hp300_model; variable
76 hp300_model = *data; in hp300_parse_bootinfo()
262 if (hp300_model >= HP_330 && hp300_model <= HP_433S && hp300_model != HP_350) { in config_hp300()
263 printk(KERN_INFO "Detected HP9000 model %s\n", hp300_models[hp300_model-HP_320]); in config_hp300()
264 strcat(hp300_model_name, hp300_models[hp300_model-HP_320]); in config_hp300()
/linux-2.6.39/arch/m68k/include/asm/
Dhp300hw.h4 extern unsigned long hp300_model;
/linux-2.6.39/include/linux/
Ddio.h117 #define DIO_SCMAX (hp300_model == HP_320 ? 32 : 256)
/linux-2.6.39/drivers/tty/serial/
D8250_hp300.c228 if (hp300_model < HP_400) { in hp300_8250_init()
/linux-2.6.39/drivers/dio/
Ddio.c193 dio_bus.num_resources = (hp300_model == HP_320 ? 1 : 2); in dio_init()