Searched refs:gintsts (Results 1 – 3 of 3) sorted by relevance
495 u32 gintsts; in dwc2_read_common_intr() local500 gintsts = dwc2_readl(hsotg->regs + GINTSTS); in dwc2_read_common_intr()505 if (gintsts & gintmsk_common) in dwc2_read_common_intr()507 gintsts, gintmsk); in dwc2_read_common_intr()510 return gintsts & gintmsk & gintmsk_common; in dwc2_read_common_intr()531 u32 gintsts; in dwc2_handle_common_intr() local541 gintsts = dwc2_read_common_intr(hsotg); in dwc2_handle_common_intr()542 if (gintsts & ~GINTSTS_PRTINT) in dwc2_handle_common_intr()545 if (gintsts & GINTSTS_MODEMIS) in dwc2_handle_common_intr()547 if (gintsts & GINTSTS_OTGINT) in dwc2_handle_common_intr()[all …]
2466 u32 gintsts; in dwc2_hsotg_irq() local2471 gintsts = dwc2_readl(hsotg->regs + GINTSTS); in dwc2_hsotg_irq()2475 __func__, gintsts, gintsts & gintmsk, gintmsk, retry_count); in dwc2_hsotg_irq()2477 gintsts &= gintmsk; in dwc2_hsotg_irq()2479 if (gintsts & GINTSTS_RESETDET) { in dwc2_hsotg_irq()2491 if (gintsts & (GINTSTS_USBRST | GINTSTS_RESETDET)) { in dwc2_hsotg_irq()2509 if (gintsts & GINTSTS_ENUMDONE) { in dwc2_hsotg_irq()2515 if (gintsts & (GINTSTS_OEPINT | GINTSTS_IEPINT)) { in dwc2_hsotg_irq()2542 if (gintsts & GINTSTS_NPTXFEMP) { in dwc2_hsotg_irq()2555 if (gintsts & GINTSTS_PTXFEMP) { in dwc2_hsotg_irq()[all …]
2135 u32 gintsts, dbg_gintsts; in dwc2_handle_hcd_intr() local2147 gintsts = dwc2_read_core_intr(hsotg); in dwc2_handle_hcd_intr()2148 if (!gintsts) { in dwc2_handle_hcd_intr()2155 dbg_gintsts = gintsts; in dwc2_handle_hcd_intr()2167 gintsts); in dwc2_handle_hcd_intr()2169 if (gintsts & GINTSTS_SOF) in dwc2_handle_hcd_intr()2171 if (gintsts & GINTSTS_RXFLVL) in dwc2_handle_hcd_intr()2173 if (gintsts & GINTSTS_NPTXFEMP) in dwc2_handle_hcd_intr()2175 if (gintsts & GINTSTS_PRTINT) in dwc2_handle_hcd_intr()2177 if (gintsts & GINTSTS_HCHINT) in dwc2_handle_hcd_intr()[all …]