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

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-root-hub.c126 if (portsc & PORTSC_CCS) zxlogf(SPEW, " CCS");
518 bool connected = !!(portsc & PORTSC_CCS);
H A Dxhci-hw.h284 #define PORTSC_CCS (1 << 0) // Current Connect Status macro

Completed in 39 milliseconds