Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/paride/
H A Dpt.c272 static int pt_wait(struct pt_unit *tape, int go, int stop, char *fun, char *msg) in pt_wait() function
304 if (pt_wait(tape, STAT_BUSY | STAT_DRQ, 0, fun, "before command")) { in pt_command()
313 if (pt_wait(tape, STAT_BUSY, STAT_DRQ, fun, "command DRQ")) { in pt_command()
334 r = pt_wait(tape, STAT_BUSY, STAT_DRQ | STAT_READY | STAT_ERR, in pt_completion()
347 s = pt_wait(tape, STAT_BUSY, STAT_READY | STAT_ERR, fun, "data done"); in pt_completion()
808 r = pt_wait(tape, STAT_BUSY, in pt_read()
909 r = pt_wait(tape, STAT_BUSY, in pt_write()

Completed in 2 milliseconds