Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dcore_intr.c84 u32 gotgint; in dwc2_handle_otg_intr() local
88 gotgint = dwc2_readl(hsotg, GOTGINT); in dwc2_handle_otg_intr()
90 dev_dbg(hsotg->dev, "++OTG Interrupt gotgint=%0x [%s]\n", gotgint, in dwc2_handle_otg_intr()
93 if (gotgint & GOTGINT_SES_END_DET) { in dwc2_handle_otg_intr()
128 if (gotgint & GOTGINT_SES_REQ_SUC_STS_CHNG) { in dwc2_handle_otg_intr()
145 if (gotgint & GOTGINT_HST_NEG_SUC_STS_CHNG) { in dwc2_handle_otg_intr()
195 if (gotgint & GOTGINT_HST_NEG_DET) { in dwc2_handle_otg_intr()
224 if (gotgint & GOTGINT_A_DEV_TOUT_CHG) in dwc2_handle_otg_intr()
227 if (gotgint & GOTGINT_DBNCE_DONE) in dwc2_handle_otg_intr()
231 dwc2_writel(hsotg, gotgint, GOTGINT); in dwc2_handle_otg_intr()
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.h78 uint32_t gotgint; /* 04 */ member
H A Dhcd-dwc2.c1246 s->gotgint = 0; in dwc2_reset_enter()
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_regs.h53 u32 gotgint; /* OTG Interrupt */ member
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.h33 u32 gotgint; member