Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/stand/common/
H A Dhilreg.h44 struct hil_dev { struct
51 #define HILADDR ((struct hil_dev *)IIOV(0x428000)) argument
57 struct hil_dev { struct
67 struct hil_dev { argument
68 vu_int hil_data;
69 vu_int hil_pad;
70 vu_int hil_cmd;
95 #define HILWAIT(hil_dev) while ((READHILSTAT(hil_dev) & HIL_BUSY)) argument
96 #define HILDATAWAIT(hil_dev) while (!(READHILSTAT(hil_dev) & HIL_DATA_RDY)) argument