Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/dwc3/
Dep0.c345 if (dwc->speed == DWC3_DSTS_SUPERSPEED) { in dwc3_ep0_handle_status()
415 if (dwc->speed != DWC3_DSTS_SUPERSPEED) in dwc3_ep0_handle_feature()
429 if (dwc->speed != DWC3_DSTS_SUPERSPEED) in dwc3_ep0_handle_feature()
Dcore.h311 #define DWC3_DSTS_SUPERSPEED (4 << 0) macro
Dgadget.c1282 if (speed == DWC3_DSTS_SUPERSPEED) { in dwc3_gadget_wakeup()
1496 reg |= DWC3_DSTS_SUPERSPEED; in dwc3_gadget_start()
2119 if (speed != DWC3_DSTS_SUPERSPEED) in dwc3_update_ram_clk_sel()