Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dcore_intr.c114 u32 gotgint; in dwc2_handle_otg_intr() local
118 gotgint = dwc2_readl(hsotg, GOTGINT); in dwc2_handle_otg_intr()
120 dev_dbg(hsotg->dev, "++OTG Interrupt gotgint=%0x [%s]\n", gotgint, in dwc2_handle_otg_intr()
123 if (gotgint & GOTGINT_SES_END_DET) { in dwc2_handle_otg_intr()
158 if (gotgint & GOTGINT_SES_REQ_SUC_STS_CHNG) { in dwc2_handle_otg_intr()
175 if (gotgint & GOTGINT_HST_NEG_SUC_STS_CHNG) { in dwc2_handle_otg_intr()
225 if (gotgint & GOTGINT_HST_NEG_DET) { in dwc2_handle_otg_intr()
254 if (gotgint & GOTGINT_A_DEV_TOUT_CHG) in dwc2_handle_otg_intr()
257 if (gotgint & GOTGINT_DBNCE_DONE) in dwc2_handle_otg_intr()
261 dwc2_writel(hsotg, gotgint, GOTGINT); in dwc2_handle_otg_intr()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c471 u32 intr_status, gotgint; in dwc2_udc_irq() local
529 gotgint = readl(&reg->gotgint); in dwc2_udc_irq()
531 "\tOTG interrupt: (GOTGINT):0x%x\n", gotgint); in dwc2_udc_irq()
533 if (gotgint & GOTGINT_SES_END_DET) { in dwc2_udc_irq()
542 writel(gotgint, &reg->gotgint); in dwc2_udc_irq()
H A Ddwc2_udc_otg_regs.h54 u32 gotgint; /* OTG Interrupt */ member
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.h34 u32 gotgint; member