Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc3/
Dep0.c349 if (dwc->speed == DWC3_DSTS_SUPERSPEED) { in dwc3_ep0_handle_status()
419 if (dwc->speed != DWC3_DSTS_SUPERSPEED) in dwc3_ep0_handle_feature()
433 if (dwc->speed != DWC3_DSTS_SUPERSPEED) in dwc3_ep0_handle_feature()
Dcore.h325 #define DWC3_DSTS_SUPERSPEED (4 << 0) macro
Dgadget.c1398 if (speed == DWC3_DSTS_SUPERSPEED) { in dwc3_gadget_wakeup()
1625 reg |= DWC3_DSTS_SUPERSPEED; in dwc3_gadget_start()
2273 if (speed != DWC3_DSTS_SUPERSPEED) in dwc3_update_ram_clk_sel()