Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sh/
Dmachvec.h95 #define MACH_HP680 (sh_mv.mv_hw_hp680) macro
134 # define MACH_HP680 1 macro
136 # define MACH_HP680 0 macro
/linux-2.4.37.9/drivers/char/
Dhp600_keyb.c160 else if (MACH_HP680 || MACH_HP690) in hp600_kbd_init_hw()
/linux-2.4.37.9/drivers/video/
Dhitfb.c78 fb_info.hit_videosize = (MACH_HP680 || MACH_HP690) ? 1024*1024 : 512*1024; in hitfb_detect()