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

/freebsd-current/sys/dev/atkbdc/
H A Datkbdc.c310 sc->retry = 100000 / ((KBDD_DELAYTIME * 2) + read_delay);
440 DELAY(KBDD_DELAYTIME);
443 DELAY(KBDD_DELAYTIME);
471 DELAY(KBDD_DELAYTIME);
488 DELAY(KBDD_DELAYTIME);
495 DELAY(KBDD_DELAYTIME);
515 DELAY(KBDD_DELAYTIME);
544 DELAY(KBDD_DELAYTIME);
551 DELAY(KBDD_DELAYTIME);
571 DELAY(KBDD_DELAYTIME);
[all...]
H A Datkbdcreg.h168 #define KBDD_DELAYTIME 7 macro

Completed in 129 milliseconds