ReactOS 0.4.16-dev-306-g647d351
|
#include <hardware.h>
Public Attributes | |
struct { | |
ULONG CapabilityID: 8 | |
ULONG NextCapabilityPointer: 8 | |
ULONG BiosOwnedSemaphore: 1 | |
ULONG Reserved1: 7 | |
ULONG OsOwnedSemaphore: 1 | |
ULONG Reserved2: 7 | |
}; | |
ULONG | AsULONG |
Definition at line 23 of file hardware.h.
struct { ... } _EHCI_LEGACY_EXTENDED_CAPABILITY::@1363 |
ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::AsULONG |
Definition at line 32 of file hardware.h.
Referenced by EHCI_GetOffsetEECP(), and EHCI_TakeControlHC().
ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::BiosOwnedSemaphore |
Definition at line 27 of file hardware.h.
Referenced by EHCI_TakeControlHC().
ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::CapabilityID |
Definition at line 25 of file hardware.h.
Referenced by EHCI_GetOffsetEECP().
ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::NextCapabilityPointer |
Definition at line 26 of file hardware.h.
Referenced by EHCI_GetOffsetEECP().
ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::OsOwnedSemaphore |
Definition at line 29 of file hardware.h.
Referenced by EHCI_TakeControlHC().
ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::Reserved1 |
Definition at line 28 of file hardware.h.
ULONG _EHCI_LEGACY_EXTENDED_CAPABILITY::Reserved2 |
Definition at line 30 of file hardware.h.