Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c2977 uint32_t hprt; in dwc_otg_interrupt() local
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()
2987 DPRINTFN(12, "GINTSTS=0x%08x, HPRT=0x%08x\n", status, hprt); in dwc_otg_interrupt()
2991 if (hprt & HPRT_PRTCONNSTS) in dwc_otg_interrupt()
2996 if ((hprt & HPRT_PRTENCHNG) && in dwc_otg_interrupt()
2997 (hprt & HPRT_PRTENA) == 0) in dwc_otg_interrupt()
3000 if (hprt & HPRT_PRTENA) in dwc_otg_interrupt()
3005 if (hprt & HPRT_PRTOVRCURRCHNG) in dwc_otg_interrupt()
3008 if (hprt in dwc_otg_interrupt()
[all...]