Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/hp300/
Dhil.c31 #define hil_command(x) out_8(HILBASE + HIL_CMD, (x)) macro
295 hil_command(cmd); in hil_do()
/linux-2.4.37.9/drivers/hil/
Dhilkbd.c68 #define hil_command(x) do { hil_writeb((x), HILBASE + HIL_CMD); } while (0) macro
231 hil_command(cmd); in hil_do()
/linux-2.4.37.9/include/linux/
Dhil.h135 enum hil_command { enum