Home
last modified time | relevance | path

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

/trueos/sys/pc98/cbus/
HDolpt.c186 #define MAX_SLEEP (hz*5) /* Timeout while waiting for device ready */ macro
525 if (tic > MAX_SLEEP) in pushbytes()
526 tic = MAX_SLEEP; in pushbytes()
/trueos/sys/dev/ppbus/
HDlpt.c174 #define MAX_SLEEP (hz*5) /* Timeout while waiting for device ready */ macro
694 if (tic > MAX_SLEEP) in lpt_pushbytes()
695 tic = MAX_SLEEP; in lpt_pushbytes()