HomeSort by: relevance | last modified time | path
    Searched refs:hpib_intr (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
fhpib.c 171 hd->hpib_intr = IM_PABORT;
173 if (hd->hpib_intr & IM_PABORT)
186 while ((hd->hpib_intr & x) == 0 && --timo)
  /src/sys/arch/hp300/dev/
fhpibreg.h 47 vu_char hpib_intr; member in struct:fhpibdevice
fhpib.c 92 #define FHPIBWAIT(hd, m) while (((hd)->hpib_intr & (m)) == 0) DELAY(1)
263 while ((hd->hpib_intr & IM_ROOM) == 0) {
327 while ((hd->hpib_intr & IM_BYTE) == 0) {
558 stat0 = hd->hpib_intr;
564 stat0 = hd->hpib_intr;
611 hd->hpib_intr = IM_PABORT;
613 if (hd->hpib_intr & IM_PABORT)
626 while ((hd->hpib_intr & x) == 0 && --timo)
hpibvar.h 141 int (*hpib_intr)(void *); member in struct:hpib_controller
hpib.c 397 return (sc->sc_ops->hpib_intr)(arg);

Completed in 12 milliseconds