Searched refs:sc_hprt_val (Results 1 – 2 of 2) sorted by relevance
649 sc->sc_hprt_val |= HPRT_PRTRES; in dwc_otg_wakeup_peer() 650 DWC_OTG_WRITE_4(sc, DOTG_HPRT, sc->sc_hprt_val); in dwc_otg_wakeup_peer() 656 sc->sc_hprt_val &= ~(HPRT_PRTSUSP | HPRT_PRTRES); in dwc_otg_wakeup_peer() 657 DWC_OTG_WRITE_4(sc, DOTG_HPRT, sc->sc_hprt_val); in dwc_otg_wakeup_peer() 2985 sc->sc_hprt_val); in dwc_otg_interrupt() 4579 sc->sc_hprt_val | HPRT_PRTENA); in dwc_otg_roothub_exec() 4604 sc->sc_hprt_val = 0; in dwc_otg_roothub_exec() 4639 sc->sc_hprt_val |= HPRT_PRTSUSP; in dwc_otg_roothub_exec() 4640 DWC_OTG_WRITE_4(sc, DOTG_HPRT, sc->sc_hprt_val); in dwc_otg_roothub_exec() 4652 DWC_OTG_WRITE_4(sc, DOTG_HPRT, sc->sc_hprt_val | HPRT_PRTRS in dwc_otg_roothub_exec() [all...]
186 uint32_t sc_hprt_val; member