EHCI_PORTSC_ENABLE
if (portStatus & EHCI_PORTSC_ENABLE)
if (portStatus & EHCI_PORTSC_ENABLE)
WriteOpReg(portRegister, portStatus & ~EHCI_PORTSC_ENABLE);
WriteOpReg(portRegister, (portStatus & ~EHCI_PORTSC_ENABLE)
if ((portStatus & EHCI_PORTSC_ENABLE) == 0) {