Home
last modified time | relevance | path

Searched refs:PG_TMO (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/block/paride/
Dpg.c183 #define PG_TMO HZ macro
445 s = pg_command(dev, id_cmd, 36, jiffies + PG_TMO); in pg_identify()
448 s = pg_completion(dev, buf, jiffies + PG_TMO); in pg_identify()
611 if (pg_command(dev, hdr.packet, hdr.dlen, jiffies + PG_TMO)) { in pg_write()