Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc3/
Dgadget.c2008 reg |= DWC3_DCFG_SUPERSPEED; in dwc3_gadget_set_speed()
2021 reg |= DWC3_DCFG_SUPERSPEED; in dwc3_gadget_set_speed()
2027 reg |= DWC3_DCFG_SUPERSPEED; in dwc3_gadget_set_speed()
2035 reg |= DWC3_DCFG_SUPERSPEED; in dwc3_gadget_set_speed()
Dcore.h368 #define DWC3_DCFG_SUPERSPEED (4 << 0) macro