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

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-hw.h299 #define PORTSC_OCC (1 << 20) // Over-current Change macro
317 #define PORTSC_STATUS_BITS (PORTSC_CSC | PORTSC_PEC | PORTSC_WRC | PORTSC_OCC | \
H A Dxhci-root-hub.c197 if (portsc & PORTSC_OCC) zxlogf(SPEW, " OCC");

Completed in 27 milliseconds