Home
last modified time | relevance | path

Searched refs:GOTGCTL_ASESVLD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/dwc2/
H A Ddrd.c47 if ((valid && (gotgctl & GOTGCTL_ASESVLD)) || in dwc2_ovr_avalid()
48 (!valid && !(gotgctl & GOTGCTL_ASESVLD))) in dwc2_ovr_avalid()
H A Dplatform.c673 if (gotgctl & GOTGCTL_ASESVLD) in dwc2_suspend()
H A Dhw.h20 #define GOTGCTL_ASESVLD BIT(18) macro
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c722 GOTGCTL_ASESVLD | GOTGCTL_DBNC_SHORT | GOTGCTL_CONID_B | in dwc2_glbreg_write()
726 GOTGCTL_ASESVLD | GOTGCTL_DBNC_SHORT | GOTGCTL_CONID_B | in dwc2_glbreg_write()
1250 s->gotgctl = GOTGCTL_BSESVLD | GOTGCTL_ASESVLD | GOTGCTL_CONID_B; in dwc2_reset_enter()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h53 #define GOTGCTL_ASESVLD BIT(18) macro