Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Datkbdc.c977 int again = KBD_MAXWAIT; in reset_kbd()
1015 int again = KBD_MAXWAIT; in reset_aux_dev()
1024 for (again = KBD_MAXWAIT; again > 0; --again) { in reset_aux_dev()
1038 for (again = KBD_MAXWAIT; again > 0; --again) { in reset_aux_dev()
1063 int again = KBD_MAXWAIT; in test_controller()
1091 int again = KBD_MAXWAIT; in test_kbd_port()
1117 int again = KBD_MAXWAIT; in test_aux_port()
H A Datkbdcreg.h162 #ifndef KBD_MAXWAIT
163 #define KBD_MAXWAIT 5 /* wait 5 times at most after reset */ macro
/freebsd/sys/x86/conf/
H A DNOTES631 options KBD_MAXWAIT=6
/freebsd/sys/amd64/conf/
H A DNOTES
/freebsd/sys/conf/
H A Doptions803 KBD_MAXWAIT opt_kbd.h
/freebsd/sys/i386/conf/
H A DNOTES