Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Ddrd.c69 if ((valid && (gotgctl & GOTGCTL_BSESVLD)) || in dwc2_ovr_bvalid()
70 (!valid && !(gotgctl & GOTGCTL_BSESVLD))) in dwc2_ovr_bvalid()
H A Dplatform.c675 if (gotgctl & GOTGCTL_BSESVLD) in dwc2_suspend()
H A Dhw.h19 #define GOTGCTL_BSESVLD BIT(19) macro
H A Dgadget.c3600 if (!hsotg->role_sw || (dwc2_readl(hsotg, GOTGCTL) & GOTGCTL_BSESVLD)) in dwc2_hsotg_core_connect()
3759 if (usb_status & GOTGCTL_BSESVLD && connected) in dwc2_hsotg_irq()
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c721 val &= ~(GOTGCTL_MULT_VALID_BC_MASK | GOTGCTL_BSESVLD | in dwc2_glbreg_write()
725 val |= old & (GOTGCTL_MULT_VALID_BC_MASK | GOTGCTL_BSESVLD | 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.h52 #define GOTGCTL_BSESVLD BIT(19) macro