Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c108 #define USECS_PER_WAIT 100 macro
110 #define MIN_DELAY_USECS USECS_PER_WAIT
298 int reps = timeout_usec / USECS_PER_WAIT; in kb8042_is_input_avail()
305 drv_usecwait(USECS_PER_WAIT); in kb8042_is_input_avail()
/illumos-gate/usr/src/uts/common/io/
H A Di8042.c232 #define USECS_PER_WAIT 10 macro
1108 drv_usecwait(USECS_PER_WAIT); in i8042_send()