Searched refs:hil_dev (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/hp300/stand/common/
H A Dhilreg.h44 struct hil_dev { struct
51 #define HILADDR ((struct hil_dev *)IIOV(0x428000))
52 #define BBCADDR ((struct hil_dev *)IIOV(0x420000))
57 struct hil_dev { struct
67 struct hil_dev { struct
95 #define HILWAIT(hil_dev) while ((READHILSTAT(hil_dev) & HIL_BUSY))
96 #define HILDATAWAIT(hil_dev) while (!(READHILSTAT(hil_dev) & HIL_DATA_RDY))
H A Dclock.c69 static struct hil_dev *bbcaddr = BBCADDR;

Completed in 276 milliseconds