Home
last modified time | relevance | path

Searched refs:DWC3_GCTL_U2RSTECN (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-dwc3.c100 reg |= DWC3_GCTL_U2RSTECN; in dwc3_core_init()
/openbmc/u-boot/include/linux/usb/
H A Ddwc3.h157 #define DWC3_GCTL_U2RSTECN (1 << 16) macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h140 #define DWC3_GCTL_U2RSTECN (1 << 16) macro
H A Dcore.c511 reg |= DWC3_GCTL_U2RSTECN; in dwc3_core_init()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h242 #define DWC3_GCTL_U2RSTECN BIT(16) macro
H A Dcore.c990 reg |= DWC3_GCTL_U2RSTECN; in dwc3_set_incr_burst_type()