Searched refs:HPRT0_OVRCURRCHG (Results 1 – 3 of 3) sorted by relevance
466 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG); in dwc2_read_hprt0()
340 HPRT0_OVRCURRCHG); in dwc2_port_intr()387 if (hprt0 & HPRT0_OVRCURRCHG) { in dwc2_port_intr()388 dwc2_writel(hsotg, hprt0_modify | HPRT0_OVRCURRCHG, in dwc2_port_intr()
724 #define HPRT0_OVRCURRCHG BIT(5) macro