HomeSort by: relevance | last modified time | path
    Searched defs:fhpibwait (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
fhpib.c 45 static int fhpibwait(struct fhpibdevice *, uint8_t);
92 fhpibwait(hd, IM_IDLE);
99 fhpibwait(hd, IM_IDLE);
104 if (fhpibwait(hd, IM_ROOM) < 0)
109 if (fhpibwait(hd, IM_ROOM) < 0)
116 fhpibwait(hd, IM_IDLE);
132 fhpibwait(hd, IM_IDLE);
139 fhpibwait(hd, IM_IDLE);
144 if (fhpibwait(hd, IM_BYTE) < 0)
149 fhpibwait(hd, IM_ROOM)
182 fhpibwait(struct fhpibdevice *hd, uint8_t x) function in typeref:typename:int
    [all...]
  /src/sys/arch/hp300/dev/
fhpib.c 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)
622 fhpibwait(struct fhpibdevice *hd, int x) function in typeref:typename:int
    [all...]

Completed in 50 milliseconds