ReactOS 0.4.16-dev-329-g9223134
|
#include <hardware.h>
Public Attributes | |
struct { | |
ULONG InterruptMask: 8 | |
ULONG SplitCompletionMask: 8 | |
ULONG HubAddr: 7 | |
ULONG PortNumber: 7 | |
ULONG PipeMultiplier: 2 | |
}; | |
ULONG | AsULONG |
Definition at line 392 of file hardware.h.
struct { ... } _EHCI_QH_EP_CAPS::@1404 |
ULONG _EHCI_QH_EP_CAPS::AsULONG |
Definition at line 400 of file hardware.h.
Referenced by EHCI_AddDummyQHs().
ULONG _EHCI_QH_EP_CAPS::HubAddr |
Definition at line 396 of file hardware.h.
Referenced by EHCI_ReopenEndpoint().
ULONG _EHCI_QH_EP_CAPS::InterruptMask |
Definition at line 394 of file hardware.h.
Referenced by EHCI_AddDummyQHs(), EHCI_InitializeInterruptSchedule(), and EHCI_OpenInterruptEndpoint().
ULONG _EHCI_QH_EP_CAPS::PipeMultiplier |
Definition at line 398 of file hardware.h.
Referenced by EHCI_AddDummyQHs(), and EHCI_InitializeSchedule().
ULONG _EHCI_QH_EP_CAPS::PortNumber |
Definition at line 397 of file hardware.h.
ULONG _EHCI_QH_EP_CAPS::SplitCompletionMask |
Definition at line 395 of file hardware.h.
Referenced by EHCI_AddDummyQHs(), and EHCI_OpenInterruptEndpoint().