Home
last modified time | relevance | path

Searched refs:DWC3_REVISION_194A (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/usb/dwc3/
Dgadget.c98 if (dwc->revision >= DWC3_REVISION_194A) { in dwc3_gadget_set_link_state()
122 if (dwc->revision >= DWC3_REVISION_194A) in dwc3_gadget_set_link_state()
1747 if (dwc->revision < DWC3_REVISION_194A) { in __dwc3_gadget_wakeup()
1814 if (dwc->revision >= DWC3_REVISION_194A) in dwc3_gadget_run_stop()
2887 if ((dwc->revision > DWC3_REVISION_194A) && in dwc3_gadget_conndone_interrupt()
Dcore.c585 if (dwc->revision > DWC3_REVISION_194A) in dwc3_phy_setup()
668 if (dwc->revision > DWC3_REVISION_194A) in dwc3_phy_setup()
Dcore.h1115 #define DWC3_REVISION_194A 0x5533194a macro