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

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-hw.h297 #define PORTSC_PEC (1 << 18) // Port Enabled/Disabled Change macro
317 #define PORTSC_STATUS_BITS (PORTSC_CSC | PORTSC_PEC | PORTSC_WRC | PORTSC_OCC | \
H A Dxhci-root-hub.c195 if (portsc & PORTSC_PEC) zxlogf(SPEW, " PEC");

Completed in 96 milliseconds