Searched refs:HPRT0_OVRCURRCHG (Results 1 – 3 of 3) sorted by relevance
495 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG); in dwc2_read_hprt0()
370 HPRT0_OVRCURRCHG); in dwc2_port_intr()417 if (hprt0 & HPRT0_OVRCURRCHG) { in dwc2_port_intr()418 dwc2_writel(hsotg, hprt0_modify | HPRT0_OVRCURRCHG, in dwc2_port_intr()
754 #define HPRT0_OVRCURRCHG BIT(5) macro