Home
last modified time | relevance | path

Searched refs:DOTG_HPRT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c650 DWC_OTG_WRITE_4(sc, DOTG_HPRT, sc->sc_hprt_val); in dwc_otg_wakeup_peer()
657 DWC_OTG_WRITE_4(sc, DOTG_HPRT, sc->sc_hprt_val); in dwc_otg_wakeup_peer()
2979 hprt = DWC_OTG_READ_4(sc, DOTG_HPRT); in dwc_otg_interrupt()
2982 DWC_OTG_WRITE_4(sc, DOTG_HPRT, (hprt & ( in dwc_otg_interrupt()
4578 DWC_OTG_WRITE_4(sc, DOTG_HPRT, in dwc_otg_roothub_exec()
4605 DWC_OTG_WRITE_4(sc, DOTG_HPRT, HPRT_PRTENA); 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_PRTRST); in dwc_otg_roothub_exec()
4657 DWC_OTG_WRITE_4(sc, DOTG_HPRT, sc->sc_hprt_val); in dwc_otg_roothub_exec()
4679 DWC_OTG_WRITE_4(sc, DOTG_HPRT, s in dwc_otg_roothub_exec()
[all...]
H A Ddwc_otgreg.h73 #define DOTG_HPRT 0x0440 macro