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

/drivers/block/paride/
H A Dpt.c271 static int pt_wait(struct pt_unit *tape, int go, int stop, char *fun, char *msg) function
303 if (pt_wait(tape, STAT_BUSY | STAT_DRQ, 0, fun, "before command")) {
312 if (pt_wait(tape, STAT_BUSY, STAT_DRQ, fun, "command DRQ")) {
333 r = pt_wait(tape, STAT_BUSY, STAT_DRQ | STAT_READY | STAT_ERR,
346 s = pt_wait(tape, STAT_BUSY, STAT_READY | STAT_ERR, fun, "data done");
800 r = pt_wait(tape, STAT_BUSY,
901 r = pt_wait(tape, STAT_BUSY,

Completed in 55 milliseconds