Home
last modified time | relevance | path

Searched refs:UHUB_DEBOUNCE_STEP (Results 1 - 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c41 #define UHUB_DEBOUNCE_STEP 25 /* ms */ macro
611 for (total_time = 0; ; total_time += UHUB_DEBOUNCE_STEP) { in uhub_port_debounce()
621 stable_time += UHUB_DEBOUNCE_STEP; in uhub_port_debounce()
637 usb_pause_mtx(NULL, USB_MS_TO_TICKS(UHUB_DEBOUNCE_STEP)); in uhub_port_debounce()

Completed in 4 milliseconds