Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dcore_intr.c116 u32 gotgint; in dwc2_handle_otg_intr() local
120 gotgint = dwc2_readl(hsotg->regs + GOTGINT); in dwc2_handle_otg_intr()
122 dev_dbg(hsotg->dev, "++OTG Interrupt gotgint=%0x [%s]\n", gotgint, in dwc2_handle_otg_intr()
125 if (gotgint & GOTGINT_SES_END_DET) { in dwc2_handle_otg_intr()
160 if (gotgint & GOTGINT_SES_REQ_SUC_STS_CHNG) { in dwc2_handle_otg_intr()
178 if (gotgint & GOTGINT_HST_NEG_SUC_STS_CHNG) { in dwc2_handle_otg_intr()
228 if (gotgint & GOTGINT_HST_NEG_DET) { in dwc2_handle_otg_intr()
257 if (gotgint & GOTGINT_A_DEV_TOUT_CHG) in dwc2_handle_otg_intr()
260 if (gotgint & GOTGINT_DBNCE_DONE) in dwc2_handle_otg_intr()
264 dwc2_writel(gotgint, hsotg->regs + GOTGINT); in dwc2_handle_otg_intr()