Searched refs:gotgint (Results 1 – 1 of 1) sorted by relevance
84 u32 gotgint; in dwc2_handle_otg_intr() local88 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()