Searched refs:UHCI_PORTSC1 (Results 1 – 2 of 2) sorted by relevance
33 #define UHCI_PORTSC1 0x10 // Port 1 Status/Control - word - R/WC** macro
1872 uint16 portStatus = ReadReg16(UHCI_PORTSC1 + index * 2); in GetPortStatus()1927 uint32 portRegister = UHCI_PORTSC1 + index * 2; in ClearPortFeature()1956 uint32 port = UHCI_PORTSC1 + index * 2; in ResetPort()