Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc3/
Dgadget.c2431 reg |= DWC3_DCFG_SUPERSPEED; in dwc3_gadget_set_speed()
2444 reg |= DWC3_DCFG_SUPERSPEED; in dwc3_gadget_set_speed()
2448 reg |= DWC3_DCFG_SUPERSPEED; in dwc3_gadget_set_speed()
2456 reg |= DWC3_DCFG_SUPERSPEED; in dwc3_gadget_set_speed()
Dcore.h393 #define DWC3_DCFG_SUPERSPEED (4 << 0) macro