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

/freebsd-10.3-release/sys/dev/atkbdc/
H A Datkbdcreg.h157 #ifndef KBD_RESETDELAY
158 #define KBD_RESETDELAY 200 /* wait 200msec after kbd/mouse reset */ macro
H A Datkbdc.c976 DELAY(KBD_RESETDELAY*1000);
1005 DELAY(KBD_RESETDELAY*1000);
1020 DELAY(KBD_RESETDELAY*1000);
1057 DELAY(KBD_RESETDELAY*1000);
/freebsd-10.3-release/sys/pc98/cbus/
H A Dpckbd.c893 #ifndef KBD_RESETDELAY
894 #define KBD_RESETDELAY 200 /* wait 200msec after kbd/mouse reset */ macro

Completed in 56 milliseconds