Home
last modified time | relevance | path

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

/freebsd/sys/dev/atkbdc/
H A Datkbdc.c446 DELAY(KBDC_DELAYTIME); in wait_while_controller_busy()
467 DELAY(KBDC_DELAYTIME); in wait_for_data()
491 DELAY(KBDC_DELAYTIME); in wait_for_kbd_data()
526 DELAY(KBDC_DELAYTIME); in wait_for_kbd_ack()
547 DELAY(KBDC_DELAYTIME); in wait_for_aux_data()
582 DELAY(KBDC_DELAYTIME); in wait_for_aux_ack()
H A Datkbdcreg.h167 #define KBDC_DELAYTIME 20 macro