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

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxdc-hw.h28 uint32_t dcportsc; // Port Status and Control member in struct:__anon518
H A Dxdc.c906 uint32_t dcportsc = XHCI_READ32(&xdc->debug_cap_regs->dcportsc); local
908 if (dcportsc & DCPORTSC_CSC) {
909 poll_state->connected = dcportsc & DCPORTSC_CCS;
915 if (dcportsc & DCPORTSC_PRC) {
918 if (dcportsc & DCPORTSC_PLC) {
921 if (dcportsc & DCPORTSC_CEC) {
926 XHCI_WRITE32(&xdc->debug_cap_regs->dcportsc, dcportsc);

Completed in 182 milliseconds