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

Public Attributes | |
| struct { | |
| ULONG ControlBulkServiceRatio: 2 | |
| ULONG PeriodicListEnable: 1 | |
| ULONG IsochronousEnable: 1 | |
| ULONG ControlListEnable: 1 | |
| ULONG BulkListEnable: 1 | |
| ULONG HostControllerFunctionalState: 2 | |
| ULONG InterruptRouting: 1 | |
| ULONG RemoteWakeupConnected: 1 | |
| ULONG RemoteWakeupEnable: 1 | |
| ULONG Reserved: 21 | |
| }; | |
| ULONG | AsULONG |
Definition at line 149 of file hardware.h.
| struct { ... } _OHCI_REG_CONTROL::@1522 |
| ULONG _OHCI_REG_CONTROL::AsULONG |
Definition at line 162 of file hardware.h.
Referenced by OHCI_CheckController(), and OHCI_ResetController().
| ULONG _OHCI_REG_CONTROL::BulkListEnable |
Definition at line 155 of file hardware.h.
| ULONG _OHCI_REG_CONTROL::ControlBulkServiceRatio |
Definition at line 151 of file hardware.h.
| ULONG _OHCI_REG_CONTROL::ControlListEnable |
Definition at line 154 of file hardware.h.
| ULONG _OHCI_REG_CONTROL::HostControllerFunctionalState |
Definition at line 156 of file hardware.h.
Referenced by OHCI_CheckController(), and OHCI_ResetController().
| ULONG _OHCI_REG_CONTROL::InterruptRouting |
Definition at line 157 of file hardware.h.
| ULONG _OHCI_REG_CONTROL::IsochronousEnable |
Definition at line 153 of file hardware.h.
| ULONG _OHCI_REG_CONTROL::PeriodicListEnable |
Definition at line 152 of file hardware.h.
| ULONG _OHCI_REG_CONTROL::RemoteWakeupConnected |
Definition at line 158 of file hardware.h.
| ULONG _OHCI_REG_CONTROL::RemoteWakeupEnable |
Definition at line 159 of file hardware.h.
| ULONG _OHCI_REG_CONTROL::Reserved |
Definition at line 160 of file hardware.h.