Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc2/
Dcore.c524 greset |= GRSTCTL_CSFTRST; in dwc2_core_reset()
527 if (dwc2_hsotg_wait_bit_clear(hsotg, GRSTCTL, GRSTCTL_CSFTRST, 50)) { in dwc2_core_reset()
Dhw.h132 #define GRSTCTL_CSFTRST BIT(0) macro