Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore.c422 greset |= GRSTCTL_CSFTRST; in dwc2_core_reset()
428 GRSTCTL_CSFTRST, 10000)) { in dwc2_core_reset()
441 greset &= ~GRSTCTL_CSFTRST; in dwc2_core_reset()
H A Dhw.h110 #define GRSTCTL_CSFTRST BIT(0) macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c689 GRSTCTL_FRMCNTRRST | GRSTCTL_HSFTRST | GRSTCTL_CSFTRST); in dwc2_glbreg_read()
763 if (!(old & GRSTCTL_CSFTRST) && (val & GRSTCTL_CSFTRST)) { in dwc2_glbreg_write()
771 GRSTCTL_HSFTRST | GRSTCTL_CSFTRST); in dwc2_glbreg_write()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h136 #define GRSTCTL_CSFTRST BIT(0) macro