Home
last modified time | relevance | path

Searched refs:DWC3_GCTL_CORESOFTRESET (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-dwc3.c56 setbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()
64 clrbits_le32(&dwc3_reg->g_ctl, DWC3_GCTL_CORESOFTRESET); in dwc3_core_soft_reset()
/rk3399_rockchip-uboot/include/linux/usb/
H A Ddwc3.h170 #define DWC3_GCTL_CORESOFTRESET (1 << 11) macro
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c60 reg |= DWC3_GCTL_CORESOFTRESET; in dwc3_core_soft_reset()
89 reg &= ~DWC3_GCTL_CORESOFTRESET; in dwc3_core_soft_reset()
H A Dcore.h156 #define DWC3_GCTL_CORESOFTRESET (1 << 11) macro