Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/kbd/
HDatkbdc.c459 DELAY(KBDC_DELAYTIME); in wait_while_controller_busy()
478 DELAY(KBDC_DELAYTIME); in wait_for_data()
502 DELAY(KBDC_DELAYTIME); in wait_for_kbd_data()
536 DELAY(KBDC_DELAYTIME); in wait_for_kbd_ack()
557 DELAY(KBDC_DELAYTIME); in wait_for_aux_data()
591 DELAY(KBDC_DELAYTIME); in wait_for_aux_ack()
HDatkbdcreg.h200 #define KBDC_DELAYTIME 20 macro