gotgint           114 drivers/usb/dwc2/core_intr.c 	u32 gotgint;
gotgint           118 drivers/usb/dwc2/core_intr.c 	gotgint = dwc2_readl(hsotg, GOTGINT);
gotgint           120 drivers/usb/dwc2/core_intr.c 	dev_dbg(hsotg->dev, "++OTG Interrupt gotgint=%0x [%s]\n", gotgint,
gotgint           123 drivers/usb/dwc2/core_intr.c 	if (gotgint & GOTGINT_SES_END_DET) {
gotgint           158 drivers/usb/dwc2/core_intr.c 	if (gotgint & GOTGINT_SES_REQ_SUC_STS_CHNG) {
gotgint           175 drivers/usb/dwc2/core_intr.c 	if (gotgint & GOTGINT_HST_NEG_SUC_STS_CHNG) {
gotgint           225 drivers/usb/dwc2/core_intr.c 	if (gotgint & GOTGINT_HST_NEG_DET) {
gotgint           254 drivers/usb/dwc2/core_intr.c 	if (gotgint & GOTGINT_A_DEV_TOUT_CHG)
gotgint           257 drivers/usb/dwc2/core_intr.c 	if (gotgint & GOTGINT_DBNCE_DONE)
gotgint           261 drivers/usb/dwc2/core_intr.c 	dwc2_writel(hsotg, gotgint, GOTGINT);