Home
last modified time | relevance | path

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

/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/linux/drivers/usb/dwc2/
H A Dhw.h22 #define GOTGCTL_CONID_B BIT(16) macro
H A Dcore.c414 if (!(gotgctl & GOTGCTL_CONID_B) || in dwc2_core_reset()
H A Dhcd.c3150 !!(gotgctl & GOTGCTL_CONID_B)); in dwc2_conn_id_status_change()
3153 if (gotgctl & GOTGCTL_CONID_B) { in dwc2_conn_id_status_change()
3174 if (!(gotgctl & GOTGCTL_CONID_B)) in dwc2_conn_id_status_change()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h55 #define GOTGCTL_CONID_B BIT(16) macro