HomeSort by: relevance | last modified time | path
    Searched refs:HPRT0_CONNDET (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcd.h 416 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG);
dwc2_hcdintr.c 360 hprt0_modify &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG |
367 if (hprt0 & HPRT0_CONNDET) {
368 DWC2_WRITE_4(hsotg, HPRT0, hprt0_modify | HPRT0_CONNDET);
dwc2_hw.h 703 #define HPRT0_CONNDET (1 << 1)
dwc2_hcd.c 369 if (!(hprt0 & HPRT0_CONNDET) && (hprt0 & HPRT0_CONNSTS))

Completed in 16 milliseconds