Home
last modified time | relevance | path

Searched refs:usb_port_root_reset_delay (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/bus/u4b/
H A Dusb_debug.c78 TUNABLE_INT("hw.usb.timings.port_root_reset_delay", (int *)&usb_port_root_reset_delay);
80 &usb_port_root_reset_delay, sizeof(usb_port_root_reset_delay),
228 unsigned int usb_port_root_reset_delay = USB_PORT_ROOT_RESET_DELAY; variable
274 } else if (p == &usb_port_root_reset_delay) { in usb_timings_sysctl_handler()
H A Dusb_debug.h64 extern unsigned int usb_port_root_reset_delay;
75 #define usb_port_root_reset_delay USB_PORT_ROOT_RESET_DELAY macro
/dragonfly/sys/bus/u4b/controller/
H A Dohci.c2343 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in ohci_roothub_exec()
H A Duhci.c2399 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in uhci_portreset()
H A Dehci.c3428 USB_MS_TO_TICKS(usb_port_root_reset_delay)); in ehci_roothub_exec()