UHCI_PORTSC_RESET
if (portStatus & UHCI_PORTSC_RESET)
WriteReg16(port, status | UHCI_PORTSC_RESET);
WriteReg16(port, status & ~UHCI_PORTSC_RESET);