Home
last modified time | relevance | path

Searched refs:UHCI_PORTSC1 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci_hardware.h33 #define UHCI_PORTSC1 0x10 // Port 1 Status/Control - word - R/WC** macro
H A Duhci.cpp1872 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()