Searched refs:sc_hprt_val (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/usb/controller/
H A Ddwc_otg.h175 uint32_t sc_hprt_val; member in struct:dwc_otg_softc
H A Ddwc_otg.c460 sc->sc_hprt_val |= HPRT_PRTRES;
461 DWC_OTG_WRITE_4(sc, DOTG_HPRT, sc->sc_hprt_val);
467 sc->sc_hprt_val &= ~(HPRT_PRTSUSP | HPRT_PRTRES);
468 DWC_OTG_WRITE_4(sc, DOTG_HPRT, sc->sc_hprt_val);
2251 sc->sc_hprt_val);
3781 sc->sc_hprt_val | HPRT_PRTENA);
3806 sc->sc_hprt_val = 0;
3841 sc->sc_hprt_val |= HPRT_PRTSUSP;
3842 DWC_OTG_WRITE_4(sc, DOTG_HPRT, sc->sc_hprt_val);
3855 DWC_OTG_WRITE_4(sc, DOTG_HPRT, sc->sc_hprt_val | HPRT_PRTRS
[all...]

Completed in 103 milliseconds