Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc3/
Dgadget.c104 if (dwc->revision >= DWC3_REVISION_194A) { in dwc3_gadget_set_link_state()
128 if (dwc->revision >= DWC3_REVISION_194A) in dwc3_gadget_set_link_state()
1424 if (dwc->revision < DWC3_REVISION_194A) { in dwc3_gadget_wakeup()
1478 if (dwc->revision >= DWC3_REVISION_194A) in dwc3_gadget_run_stop()
2343 if ((dwc->revision > DWC3_REVISION_194A) in dwc3_gadget_conndone_interrupt()
Dcore.c383 if (dwc->revision > DWC3_REVISION_194A) in dwc3_phy_setup()
422 if (dwc->revision > DWC3_REVISION_194A) in dwc3_phy_setup()
Dcore.h776 #define DWC3_REVISION_194A 0x5533194a macro