Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dep0.c346 if (dwc->speed == DWC3_DSTS_SUPERSPEED) { in dwc3_ep0_handle_status()
416 if (dwc->speed != DWC3_DSTS_SUPERSPEED) in dwc3_ep0_handle_feature()
430 if (dwc->speed != DWC3_DSTS_SUPERSPEED) in dwc3_ep0_handle_feature()
H A Dcore.h329 #define DWC3_DSTS_SUPERSPEED (4 << 0) macro
H A Dgadget.c1295 if (speed == DWC3_DSTS_SUPERSPEED) { in dwc3_gadget_wakeup()
1509 reg |= DWC3_DSTS_SUPERSPEED; in dwc3_gadget_start()
2146 if (speed != DWC3_DSTS_SUPERSPEED) in dwc3_update_ram_clk_sel()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dep0.c363 if ((dwc->speed == DWC3_DSTS_SUPERSPEED) || in dwc3_ep0_handle_status()
412 if ((dwc->speed != DWC3_DSTS_SUPERSPEED) && in dwc3_ep0_handle_u1()
436 if ((dwc->speed != DWC3_DSTS_SUPERSPEED) && in dwc3_ep0_handle_u2()
H A Ddebugfs.c563 seq_printf(s, "%s\n", (speed >= DWC3_DSTS_SUPERSPEED) ? in dwc3_link_state_show()
615 if (speed < DWC3_DSTS_SUPERSPEED && in dwc3_link_state_write()
H A Dcore.h503 #define DWC3_DSTS_SUPERSPEED (4 << 0) macro
H A Dgadget.c4192 case DWC3_DSTS_SUPERSPEED: in dwc3_gadget_conndone_interrupt()
4241 (speed != DWC3_DSTS_SUPERSPEED) && in dwc3_gadget_conndone_interrupt()