Home
last modified time | relevance | path

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

/linux/arch/m68k/hp300/
H A Dconfig.c30 unsigned long hp300_model; variable
79 hp300_model = be32_to_cpup(data); in hp300_parse_bootinfo()
256 if (hp300_model >= HP_330 && hp300_model <= HP_433S && in config_hp300()
257 hp300_model != HP_350) { in config_hp300()
259 hp300_models[hp300_model-HP_320]); in config_hp300()
260 strcat(hp300_model_name, hp300_models[hp300_model-HP_320]); in config_hp300()
/linux/arch/m68k/include/asm/
H A Dhp300hw.h8 extern unsigned long hp300_model;
/linux/drivers/tty/serial/8250/
H A D8250_hp300.c224 if (hp300_model < HP_400) { in hp300_8250_init()