Home | History | Annotate | Download | only in dev

Lines Matching defs:fhpibwait

89  * Inline version of fhpibwait to be used in places where
92 #define FHPIBWAIT(hd, m) while (((hd)->hpib_intr & (m)) == 0) DELAY(1)
110 static int fhpibwait(struct fhpibdevice *, int);
245 if (fhpibwait(hd, IM_IDLE) < 0)
256 if (fhpibwait(hd, IM_IDLE) < 0)
271 FHPIBWAIT(hd, IM_ROOM);
277 (void) fhpibwait(hd, IM_IDLE);
311 if (fhpibwait(hd, IM_IDLE) < 0)
319 if (fhpibwait(hd, IM_IDLE) < 0)
334 FHPIBWAIT(hd, IM_ROOM);
337 (void) fhpibwait(hd, IM_IDLE);
503 FHPIBWAIT(hd, IM_IDLE);
507 FHPIBWAIT(hd, IM_ROOM);
622 fhpibwait(struct fhpibdevice *hd, int x)