Home
last modified time | relevance | path

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

/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