Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/busses/usb/
H A Dehci_hardware.h28 #define EHCI_PORTSC 0x44 // Port Status/Control macro
H A Dehci.cpp1375 uint32 portStatus = ReadOpReg(EHCI_PORTSC + index * sizeof(uint32)); in GetPortStatus()
1419 uint32 portRegister = EHCI_PORTSC + index * sizeof(uint32); in SetPortFeature()
1444 uint32 portRegister = EHCI_PORTSC + index * sizeof(uint32); in ClearPortFeature()
1485 uint32 portRegister = EHCI_PORTSC + index * sizeof(uint32); in ResetPort()
1528 uint32 portRegister = EHCI_PORTSC + index * sizeof(uint32); in SuspendPort()