|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <hardware.h>

Public Attributes | |
| struct { | |
| ULONG NumberDownstreamPorts: 8 | |
| ULONG PowerSwitchingMode: 1 | |
| ULONG NoPowerSwitching: 1 | |
| ULONG DeviceType: 1 | |
| ULONG OverCurrentProtectionMode: 1 | |
| ULONG NoOverCurrentProtection: 1 | |
| ULONG Reserved: 11 | |
| ULONG PowerOnToPowerGoodTime: 8 | |
| }; | |
| ULONG | AsULONG |
Definition at line 230 of file hardware.h.
| struct { ... } _OHCI_REG_RH_DESCRIPTORA::@1532 |
| ULONG _OHCI_REG_RH_DESCRIPTORA::AsULONG |
Definition at line 241 of file hardware.h.
Referenced by OHCI_ReadRhDescriptorA().
| ULONG _OHCI_REG_RH_DESCRIPTORA::DeviceType |
Definition at line 235 of file hardware.h.
Referenced by OHCI_RH_GetRootHubData().
| ULONG _OHCI_REG_RH_DESCRIPTORA::NoOverCurrentProtection |
Definition at line 237 of file hardware.h.
Referenced by OHCI_RH_GetRootHubData().
| ULONG _OHCI_REG_RH_DESCRIPTORA::NoPowerSwitching |
Definition at line 234 of file hardware.h.
| ULONG _OHCI_REG_RH_DESCRIPTORA::NumberDownstreamPorts |
Definition at line 232 of file hardware.h.
Referenced by OHCI_ReadRhDescriptorA(), OHCI_ResetController(), and OHCI_RH_GetRootHubData().
| ULONG _OHCI_REG_RH_DESCRIPTORA::OverCurrentProtectionMode |
Definition at line 236 of file hardware.h.
Referenced by OHCI_RH_GetRootHubData().
| ULONG _OHCI_REG_RH_DESCRIPTORA::PowerOnToPowerGoodTime |
Definition at line 239 of file hardware.h.
Referenced by OHCI_RH_GetRootHubData().
| ULONG _OHCI_REG_RH_DESCRIPTORA::PowerSwitchingMode |
Definition at line 233 of file hardware.h.
Referenced by OHCI_RH_GetRootHubData().
| ULONG _OHCI_REG_RH_DESCRIPTORA::Reserved |
Definition at line 238 of file hardware.h.
Referenced by OHCI_ReadRhDescriptorA().