Home
last modified time | relevance | path

Searched refs:DWC3_GUSB2PHYCFG_PHYSOFTRST (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/dwc3/
Dcore.c84 reg |= DWC3_GUSB2PHYCFG_PHYSOFTRST; in dwc3_core_soft_reset()
107 reg &= ~DWC3_GUSB2PHYCFG_PHYSOFTRST; in dwc3_core_soft_reset()
Dcore.h179 #define DWC3_GUSB2PHYCFG_PHYSOFTRST (1 << 31) macro