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

  /src/sys/external/bsd/dwc2/dist/
dwc2_core.c 1230 hcchar |= HCCHAR_CHDIS;
1240 hcchar |= HCCHAR_CHENA | HCCHAR_CHDIS;
1622 hcchar |= HCCHAR_CHDIS;
2015 if (hcchar & HCCHAR_CHDIS)
2022 hcchar &= ~HCCHAR_CHDIS;
2110 if (hcchar & HCCHAR_CHDIS)
2117 hcchar &= ~HCCHAR_CHDIS;
2185 hcchar &= ~HCCHAR_CHDIS;
2239 hcchar &= ~HCCHAR_CHDIS;
dwc2_hw.h 708 #define HCCHAR_CHDIS (1 << 30)
dwc2_hcd.c 250 hcchar |= HCCHAR_CHDIS;
263 hcchar |= HCCHAR_CHDIS;
dwc2_hcdintr.c 1828 if (hcchar & HCCHAR_CHDIS) {

Completed in 20 milliseconds