ReactOS 0.4.16-dev-319-g6cf4263
|
#include <hardware.h>
Public Attributes | |
union { | |
struct { | |
ULONG LocalPowerStatus: 1 | |
ULONG OverCurrentIndicator: 1 | |
ULONG Reserved10: 13 | |
ULONG DeviceRemoteWakeupEnable: 1 | |
ULONG LocalPowerStatusChange: 1 | |
ULONG OverCurrentIndicatorChangeR: 1 | |
ULONG Reserved20: 14 | |
} | |
struct { | |
ULONG ClearGlobalPower: 1 | |
ULONG Reserved11: 14 | |
ULONG SetRemoteWakeupEnable: 1 | |
ULONG SetGlobalPower: 1 | |
ULONG OverCurrentIndicatorChangeW: 1 | |
ULONG Reserved22: 13 | |
ULONG ClearRemoteWakeupEnable: 1 | |
} | |
}; | |
ULONG | AsULONG |
Definition at line 246 of file hardware.h.
union { ... } _OHCI_REG_RH_STATUS::@1423 |
ULONG _OHCI_REG_RH_STATUS::AsULONG |
Definition at line 267 of file hardware.h.
Referenced by OHCI_ResetController(), OHCI_RH_ClearFeaturePortOvercurrentChange(), OHCI_RH_GetHubStatus(), and OHCI_StartController().
ULONG _OHCI_REG_RH_STATUS::ClearGlobalPower |
Definition at line 258 of file hardware.h.
ULONG _OHCI_REG_RH_STATUS::ClearRemoteWakeupEnable |
Definition at line 264 of file hardware.h.
ULONG _OHCI_REG_RH_STATUS::DeviceRemoteWakeupEnable |
Definition at line 252 of file hardware.h.
ULONG _OHCI_REG_RH_STATUS::LocalPowerStatus |
Definition at line 249 of file hardware.h.
Referenced by OHCI_RH_GetHubStatus().
ULONG _OHCI_REG_RH_STATUS::LocalPowerStatusChange |
Definition at line 253 of file hardware.h.
Referenced by OHCI_RH_GetHubStatus().
ULONG _OHCI_REG_RH_STATUS::OverCurrentIndicator |
Definition at line 250 of file hardware.h.
Referenced by OHCI_RH_GetHubStatus().
ULONG _OHCI_REG_RH_STATUS::OverCurrentIndicatorChangeR |
Definition at line 254 of file hardware.h.
Referenced by OHCI_RH_GetHubStatus().
ULONG _OHCI_REG_RH_STATUS::OverCurrentIndicatorChangeW |
Definition at line 262 of file hardware.h.
Referenced by OHCI_RH_ClearFeaturePortOvercurrentChange().
ULONG _OHCI_REG_RH_STATUS::Reserved10 |
Definition at line 251 of file hardware.h.
ULONG _OHCI_REG_RH_STATUS::Reserved11 |
Definition at line 259 of file hardware.h.
ULONG _OHCI_REG_RH_STATUS::Reserved20 |
Definition at line 255 of file hardware.h.
ULONG _OHCI_REG_RH_STATUS::Reserved22 |
Definition at line 263 of file hardware.h.
ULONG _OHCI_REG_RH_STATUS::SetGlobalPower |
Definition at line 261 of file hardware.h.
Referenced by OHCI_ResetController(), and OHCI_StartController().
ULONG _OHCI_REG_RH_STATUS::SetRemoteWakeupEnable |
Definition at line 260 of file hardware.h.
Referenced by OHCI_ResetController().