Home
last modified time | relevance | path

Searched refs:DWC3_DSTS_LOWSPEED (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h314 #define DWC3_DSTS_LOWSPEED (2 << 0) macro
H A Dgadget.c1484 reg |= DWC3_DSTS_LOWSPEED; in dwc3_gadget_start()