ReactOS 0.4.16-dev-321-g63bb46a
|
#include <hardware.h>
Public Attributes | |
struct { | |
ULONG Run: 1 | |
ULONG Reset: 1 | |
ULONG FrameListSize: 2 | |
ULONG PeriodicEnable: 1 | |
ULONG AsynchronousEnable: 1 | |
ULONG InterruptAdvanceDoorbell: 1 | |
ULONG LightResetHC: 1 | |
ULONG AsynchronousParkModeCount: 2 | |
ULONG Reserved1: 1 | |
ULONG AsynchronousParkModeEnable: 1 | |
ULONG Reserved2: 4 | |
ULONG InterruptThreshold: 8 | |
ULONG Reserved3: 8 | |
}; | |
ULONG | AsULONG |
Definition at line 79 of file hardware.h.
struct { ... } _EHCI_USB_COMMAND::@1370 |
ULONG _EHCI_USB_COMMAND::AsULONG |
Definition at line 95 of file hardware.h.
Referenced by EHCI_DisableAsyncList(), EHCI_DisablePeriodicList(), EHCI_EnableAsyncList(), EHCI_EnablePeriodicList(), EHCI_FlushAsyncCache(), EHCI_HardwarePresent(), EHCI_InitializeHardware(), EHCI_InterruptService(), EHCI_LockQH(), EHCI_ProcessDoneAsyncTd(), EHCI_ResumeController(), EHCI_StartController(), and EHCI_SuspendController().
ULONG _EHCI_USB_COMMAND::AsynchronousEnable |
Definition at line 85 of file hardware.h.
Referenced by EHCI_DisableAsyncList(), and EHCI_EnableAsyncList().
ULONG _EHCI_USB_COMMAND::AsynchronousParkModeCount |
Definition at line 88 of file hardware.h.
ULONG _EHCI_USB_COMMAND::AsynchronousParkModeEnable |
Definition at line 90 of file hardware.h.
ULONG _EHCI_USB_COMMAND::FrameListSize |
Definition at line 83 of file hardware.h.
ULONG _EHCI_USB_COMMAND::InterruptAdvanceDoorbell |
Definition at line 86 of file hardware.h.
ULONG _EHCI_USB_COMMAND::InterruptThreshold |
Definition at line 92 of file hardware.h.
ULONG _EHCI_USB_COMMAND::LightResetHC |
Definition at line 87 of file hardware.h.
ULONG _EHCI_USB_COMMAND::PeriodicEnable |
Definition at line 84 of file hardware.h.
ULONG _EHCI_USB_COMMAND::Reserved1 |
Definition at line 89 of file hardware.h.
ULONG _EHCI_USB_COMMAND::Reserved2 |
Definition at line 91 of file hardware.h.
ULONG _EHCI_USB_COMMAND::Reserved3 |
Definition at line 93 of file hardware.h.
ULONG _EHCI_USB_COMMAND::Reset |
Definition at line 82 of file hardware.h.
ULONG _EHCI_USB_COMMAND::Run |
Definition at line 81 of file hardware.h.