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

Public Attributes | |
| struct { | |
| ULONG Addressing64bitCapability: 1 | |
| ULONG IsProgrammableFrameList: 1 | |
| ULONG IsScheduleParkSupport: 1 | |
| ULONG Reserved1: 1 | |
| ULONG IsoSchedulingThreshold: 4 | |
| ULONG ExtCapabilitiesPointer: 8 | |
| ULONG Reserved2: 16 | |
| }; | |
| ULONG | AsULONG |
Definition at line 55 of file hardware.h.
| struct { ... } _EHCI_HC_CAPABILITY_PARAMS::@1478 |
| ULONG _EHCI_HC_CAPABILITY_PARAMS::Addressing64bitCapability |
Definition at line 57 of file hardware.h.
| ULONG _EHCI_HC_CAPABILITY_PARAMS::AsULONG |
Definition at line 65 of file hardware.h.
| ULONG _EHCI_HC_CAPABILITY_PARAMS::ExtCapabilitiesPointer |
Definition at line 62 of file hardware.h.
Referenced by EHCI_GetOffsetEECP().
| ULONG _EHCI_HC_CAPABILITY_PARAMS::IsoSchedulingThreshold |
Definition at line 61 of file hardware.h.
| ULONG _EHCI_HC_CAPABILITY_PARAMS::IsProgrammableFrameList |
Definition at line 58 of file hardware.h.
| ULONG _EHCI_HC_CAPABILITY_PARAMS::IsScheduleParkSupport |
Definition at line 59 of file hardware.h.
| ULONG _EHCI_HC_CAPABILITY_PARAMS::Reserved1 |
Definition at line 60 of file hardware.h.
| ULONG _EHCI_HC_CAPABILITY_PARAMS::Reserved2 |
Definition at line 63 of file hardware.h.