Home
last modified time | relevance | path

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

/linux-4.4.14/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()
1439 if (dwc->revision < DWC3_REVISION_194A) { in dwc3_gadget_wakeup()
1493 if (dwc->revision >= DWC3_REVISION_194A) in dwc3_gadget_run_stop()
2378 if ((dwc->revision > DWC3_REVISION_194A) in dwc3_gadget_conndone_interrupt()
Dcore.c442 if (dwc->revision > DWC3_REVISION_194A) in dwc3_phy_setup()
512 if (dwc->revision > DWC3_REVISION_194A) in dwc3_phy_setup()
Dcore.h798 #define DWC3_REVISION_194A 0x5533194a macro