Home
last modified time | relevance | path

Searched refs:hpib_cid (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/hp300/dev/
H A Dfhpibreg.h14 vu_char hpib_cid; member
H A Dnhpibreg.h14 vu_char hpib_cid; member
H A Dfhpib.c60 if (hd->hpib_cid != HPIBC)
75 hd->hpib_cid = 0xFF;
H A Dnhpib.c36 else if (hd->hpib_cid == HPIBB) {
/original-bsd/sys/hp300/stand/
H A Dfhpib.c24 if (hd->hpib_cid != HPIBC)
38 hd->hpib_cid = 0xFF; in fhpibreset()
H A Dnhpib.c28 else if (hd->hpib_cid == HPIBB) { in nhpibinit()