Home
last modified time | relevance | path

Searched defs:hw (Results 1 – 14 of 14) sorted by relevance

/csrg-svn/sys/luna68k/stand/
H A Dautoconf.c38 register struct hp_hw *hw; in configure() local
63 #define same_hw_ctlr(hw, hc) \ argument
66 find_controller(hw) in find_controller() argument
141 find_device(hw) in find_device() argument
396 struct hp_hw *hw; variable
415 #define setup_hw(hw, addr, sc, type, id, name) \ argument
424 register struct hp_hw *hw = sc_table; in find_devs() local
/csrg-svn/sys/luna68k/luna68k/
H A Dautoconf.c59 register struct hp_hw *hw; in configure() local
94 #define same_hw_ctlr(hw, hc) \ argument
97 find_controller(hw) in find_controller() argument
172 find_device(hw) in find_device() argument
427 struct hp_hw *hw; variable
455 #define setup_hw(hw, addr, sc, type, id) \ argument
464 register struct hp_hw *hw = sc_table; in find_devs() local
/csrg-svn/sys/hp300/hp300/
H A Dautoconf.c68 register struct hp_hw *hw; in configure() local
115 #define same_hw_ctlr(hw, hc) \ argument
119 find_controller(hw) in find_controller() argument
198 find_device(hw) in find_device() argument
532 register struct hp_hw *hw; local
543 register struct hp_hw *hw; local
552 struct hp_hw *hw; variable
595 register struct hp_hw *hw; in find_devs() local
/csrg-svn/sys/hp300/stand/
H A Dautoconf.c110 register struct hp_hw *hw; in msustobdev() local
154 register struct hp_hw *hw; in find_devs() local
H A Ddcm.c27 register struct hp_hw *hw; variable
H A Dite.c84 struct hp_hw *hw; in iteconfig() local
H A Dhpib.c29 register struct hp_hw *hw; in hpibinit() local
H A Dscsi.c39 register struct hp_hw *hw; in scsiinit() local
/csrg-svn/sys/luna68k/dev/
H A Ddevice.h88 #define HW_ISCTLR(hw) ((hw)->hw_type & C_FLAG) argument
89 #define HW_ISDIOII(hw) ((hw)->hw_type & B_DIOII) argument
90 #define HW_ISHPIB(hw) (((hw)->hw_type & C_MASK) == C_HPIB) argument
91 #define HW_ISSCSI(hw) (((hw)->hw_type & C_MASK) == C_SCSI) argument
92 #define HW_ISDEV(hw,d) (((hw)->hw_type & D_MASK) == (d)) argument
/csrg-svn/sys/hp/dev/
H A Ddevice.h86 #define HW_ISCTLR(hw) ((hw)->hw_type & C_FLAG) argument
87 #define HW_ISDIOII(hw) ((hw)->hw_type & B_DIOII) argument
88 #define HW_ISHPIB(hw) (((hw)->hw_type & C_MASK) == C_HPIB) argument
89 #define HW_ISSCSI(hw) (((hw)->hw_type & C_MASK) == C_SCSI) argument
90 #define HW_ISDEV(hw,d) (((hw)->hw_type & D_MASK) == (d)) argument
/csrg-svn/sys/hp300/dev/
H A Dgrf_machdep.c42 register struct hp_hw *hw; in grfconfig() local
H A Ddcm.c1118 register struct hp_hw *hw; variable
/csrg-svn/old/adb/common_source/
H A Dcommand.c274 hword_t hw; local
301 hword_t hw; local
H A Dformat.c134 hword_t hw; member