Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/include/
H A Dclock.h22 typedef struct TOTALDELAY { struct
26 } TOTALDELAY; argument
53 int CHECKTIMEOUT(TOTALDELAY *);
/dragonfly/sys/dev/misc/kbd/
H A Datkbdc.c445 TOTALDELAY retry = { .us = 70000, .last_clock = 0 }; /* 70ms */ in wait_while_controller_busy()
474 TOTALDELAY retry = { 200000, 0 }; /* 200ms */ in wait_for_data()
491 TOTALDELAY retry = { 200000, 0 }; /* 200ms */ in wait_for_kbd_data()
518 TOTALDELAY retry = { 200000, 0 }; /* 200ms */ in wait_for_kbd_ack()
546 TOTALDELAY retry = { 200000, 0 }; /* 200ms */ in wait_for_aux_data()
573 TOTALDELAY retry = { 200000, 0 }; /* 200ms */ in wait_for_aux_ack()
/dragonfly/sys/platform/pc64/isa/
H A Dclock.c459 CHECKTIMEOUT(TOTALDELAY *tdd) in CHECKTIMEOUT()