Home
last modified time | relevance | path

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

/Linux-v4.19/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()
1616 if (dwc->revision < DWC3_REVISION_194A) { in __dwc3_gadget_wakeup()
1683 if (dwc->revision >= DWC3_REVISION_194A) in dwc3_gadget_run_stop()
2734 if ((dwc->revision > DWC3_REVISION_194A) && in dwc3_gadget_conndone_interrupt()
Dcore.c573 if (dwc->revision > DWC3_REVISION_194A) in dwc3_phy_setup()
656 if (dwc->revision > DWC3_REVISION_194A) in dwc3_phy_setup()
Dcore.h1084 #define DWC3_REVISION_194A 0x5533194a macro