Home
last modified time | relevance | path

Searched refs:UPS_C_PORT_RESET (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/sys/dev/usb/
HDusb.h741 #define UPS_C_PORT_RESET 0x0010 macro
HDusb_request.c833 if (change & UPS_C_PORT_RESET) in usbd_req_reset_port()
HDusb_hub.c1098 if (sc->sc_st.port_change & UPS_C_PORT_RESET) { in uhub_explore()
/freebsd-head/sys/dev/usb/controller/
HDohci.c2216 OWRITE4(sc, port, UPS_C_PORT_RESET << 16); in ohci_roothub_exec()
HDuhci.c2677 change |= UPS_C_PORT_RESET; in uhci_roothub_exec()
HDmusb_otg.c3983 value |= UPS_C_PORT_RESET; in musbotg_roothub_exec()
HDehci.c3281 i |= UPS_C_PORT_RESET; in ehci_roothub_exec()
HDdwc_otg.c4746 value |= UPS_C_PORT_RESET; in dwc_otg_roothub_exec()
HDxhci.c3519 i |= UPS_C_PORT_RESET; in xhci_roothub_exec()