Home
last modified time | relevance | path

Searched refs:KBDD_DELAYTIME (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/atkbdc/
Datkbdc.c296 sc->retry = 100000 / ((KBDD_DELAYTIME * 2) + read_delay); in atkbdc_setup()
425 DELAY(KBDD_DELAYTIME); in wait_while_controller_busy()
428 DELAY(KBDD_DELAYTIME); in wait_while_controller_busy()
456 DELAY(KBDD_DELAYTIME); in wait_for_data()
473 DELAY(KBDD_DELAYTIME); in wait_for_kbd_data()
480 DELAY(KBDD_DELAYTIME); in wait_for_kbd_data()
500 DELAY(KBDD_DELAYTIME); in wait_for_kbd_ack()
529 DELAY(KBDD_DELAYTIME); in wait_for_aux_data()
536 DELAY(KBDD_DELAYTIME); in wait_for_aux_data()
556 DELAY(KBDD_DELAYTIME); in wait_for_aux_ack()
[all …]
Datkbdcreg.h166 #define KBDD_DELAYTIME 7 macro
/freebsd-9-stable/sys/pc98/cbus/
Dpckbd.c900 #define KBDD_DELAYTIME 37 macro
959 DELAY(KBDD_DELAYTIME); in wait_for_kbd_data()
964 DELAY(KBDD_DELAYTIME); in wait_for_kbd_data()
985 DELAY(KBDD_DELAYTIME); in read_kbd_data_no_wait()