Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A 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()
H A Dcore.h311 #define DWC3_DSTS_SUPERSPEED (4 << 0) macro
H A Dgadget.c1281 if (speed == DWC3_DSTS_SUPERSPEED) { in dwc3_gadget_wakeup()
1495 reg |= DWC3_DSTS_SUPERSPEED; in dwc3_gadget_start()
2118 if (speed != DWC3_DSTS_SUPERSPEED) in dwc3_update_ram_clk_sel()
/openbmc/linux/drivers/usb/dwc3/
H A Dep0.c359 if ((dwc->speed == DWC3_DSTS_SUPERSPEED) || in dwc3_ep0_handle_status()
411 if ((dwc->speed != DWC3_DSTS_SUPERSPEED) && in dwc3_ep0_handle_u1()
435 if ((dwc->speed != DWC3_DSTS_SUPERSPEED) && in dwc3_ep0_handle_u2()
H A Ddebugfs.c598 seq_printf(s, "%s\n", (speed >= DWC3_DSTS_SUPERSPEED) ? in dwc3_link_state_show()
658 if (speed < DWC3_DSTS_SUPERSPEED && in dwc3_link_state_write()
H A Dcore.h519 #define DWC3_DSTS_SUPERSPEED (4 << 0) macro
H A Dgadget.c4146 case DWC3_DSTS_SUPERSPEED: in dwc3_gadget_conndone_interrupt()
4190 (speed != DWC3_DSTS_SUPERSPEED) && in dwc3_gadget_conndone_interrupt()