Searched refs:HPRT0_ENA (Results 1 – 7 of 7) sorted by relevance
189 if (!(s->hprt0 & HPRT0_ENA)) { in dwc2_find_device()473 s->hprt0 &= ~(HPRT0_SPD_MASK | HPRT0_SUSP | HPRT0_ENA | HPRT0_CONNSTS); in dwc2_detach()911 if (!(old & HPRT0_ENA) && (val & HPRT0_ENA)) { in dwc2_hreg0_write()912 val &= ~HPRT0_ENA; in dwc2_hreg0_write()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()928 val |= HPRT0_ENA | HPRT0_ENACHG; in dwc2_hreg0_write()
466 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG); in dwc2_read_hprt0()
339 hprt0_modify &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | in dwc2_port_intr()368 hprt0, !!(hprt0 & HPRT0_ENA)); in dwc2_port_intr()369 if (hprt0 & HPRT0_ENA) { in dwc2_port_intr()
57 hprt0 &= ~HPRT0_ENA; in dwc2_handle_usb_port_intr()
3420 hprt0 |= HPRT0_ENA; in dwc2_hcd_hub_control()3564 if (hprt0 & HPRT0_ENA) in dwc2_hcd_hub_control()5508 hprt0 &= ~HPRT0_ENA; in dwc2_host_enter_hibernation()5641 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()5647 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()5678 hprt0 &= ~HPRT0_ENA; in dwc2_host_exit_hibernation()
727 #define HPRT0_ENA BIT(2) macro
751 #define HPRT0_ENA BIT(2) macro