Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/
HDusb.h710 #define UPS_RESET 0x0010 macro
HDusb_request.c841 if (!(status & UPS_RESET)) in usbd_req_reset_port()
/freebsd-14-stable/sys/dev/usb/controller/
HDohci.c2304 OWRITE4(sc, port, UPS_RESET); in ohci_roothub_exec()
2310 if ((OREAD4(sc, port) & UPS_RESET) == 0) { in ohci_roothub_exec()
HDehci.c3267 i |= UPS_RESET; in ehci_roothub_exec()
HDxhci.c3502 i |= UPS_RESET; in xhci_roothub_exec()