Searched refs:HPRT0_OVRCURRCHG (Results 1 – 5 of 5) sorted by relevance
915 tval = val & (HPRT0_OVRCURRCHG | HPRT0_ENACHG | HPRT0_ENA | in dwc2_hreg0_write()917 told = old & (HPRT0_OVRCURRCHG | HPRT0_ENACHG | HPRT0_ENA | in dwc2_hreg0_write()921 tval &= (HPRT0_OVRCURRCHG | HPRT0_ENACHG | HPRT0_ENA | in dwc2_hreg0_write()923 val &= ~(HPRT0_OVRCURRCHG | HPRT0_ENACHG | HPRT0_ENA | in dwc2_hreg0_write()932 if (val & (HPRT0_OVRCURRCHG | HPRT0_ENACHG | HPRT0_CONNDET)) { in dwc2_hreg0_write()
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
748 #define HPRT0_OVRCURRCHG BIT(5) macro