Searched refs:HPRT0_ENACHG (Results 1 – 5 of 5) sorted by relevance
85 if (hprt0 & HPRT0_ENACHG) { in dwc2_handle_usb_port_intr()
400 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG); in dwc2_read_hprt0()
699 #define HPRT0_ENACHG (1 << 3) macro
342 hprt0_modify &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | in dwc2_port_intr()370 if (hprt0 & HPRT0_ENACHG) { in dwc2_port_intr()374 hprt0_modify |= HPRT0_ENACHG; in dwc2_port_intr()
2491 HPRT0_ENACHG, hsotg->regs + HPRT0); in _dwc2_hcd_resume()