temp = xhci_readl(xhci, addr);xhci_dbg(xhci,"get port status, actual port %d status = 0x%x\n", wIndex, temp);/* wPortChange bits */if(temp & PORT_CSC) status |=1<< USB_PORT_FEAT_C_CONNECTION;if(temp & PORT_PEC) status |=1<< USB_PORT_FEAT_C_ENABLE;if((temp & PORT_OCC...
temp = xhci_readl(xhci, addr);xhci_dbg(xhci,"get port status, actual port %d status = 0x%x\n", wIndex, temp);/* wPortChange bits */if(temp & PORT_CSC) status |=1<< USB_PORT_FEAT_C_CONNECTION;if(temp & PORT_PEC) status |=1<< USB_PORT_FEAT_C_ENABLE;if((temp & PORT_OCC...