Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/dwc3/
Dcore.c349 if (dwc->revision > DWC3_REVISION_194A) in dwc3_phy_setup()
388 if (dwc->revision > DWC3_REVISION_194A) in dwc3_phy_setup()
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()
1308 if (dwc->revision < DWC3_REVISION_194A) { in dwc3_gadget_wakeup()
1362 if (dwc->revision >= DWC3_REVISION_194A) in dwc3_gadget_run_stop()
2189 if ((dwc->revision > DWC3_REVISION_194A) in dwc3_gadget_conndone_interrupt()
Dcore.h753 #define DWC3_REVISION_194A 0x5533194a macro