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

Public Attributes | |
| struct { | |
| ULONG SchedulingOverrun: 1 | |
| ULONG WritebackDoneHead: 1 | |
| ULONG StartofFrame: 1 | |
| ULONG ResumeDetected: 1 | |
| ULONG UnrecoverableError: 1 | |
| ULONG FrameNumberOverflow: 1 | |
| ULONG RootHubStatusChange: 1 | |
| ULONG Reserved1: 23 | |
| ULONG OwnershipChange: 1 | |
| ULONG MasterInterruptEnable: 1 | |
| }; | |
| ULONG | AsULONG |
Definition at line 200 of file hardware.h.
| struct { ... } _OHCI_REG_INTERRUPT_ENABLE_DISABLE::@1528 |
| ULONG _OHCI_REG_INTERRUPT_ENABLE_DISABLE::AsULONG |
Definition at line 213 of file hardware.h.
Referenced by OHCI_DisableInterrupts(), OHCI_EnableInterrupts(), OHCI_InterruptDpc(), OHCI_InterruptNextSOF(), OHCI_InterruptService(), OHCI_ResetController(), OHCI_ResumeController(), OHCI_RH_DisableIrq(), OHCI_RH_EnableIrq(), OHCI_StartController(), OHCI_StopController(), OHCI_SuspendController(), and OHCI_TakeControlHC().
| ULONG _OHCI_REG_INTERRUPT_ENABLE_DISABLE::FrameNumberOverflow |
Definition at line 207 of file hardware.h.
Referenced by OHCI_ResumeController(), and OHCI_StartController().
| ULONG _OHCI_REG_INTERRUPT_ENABLE_DISABLE::MasterInterruptEnable |
Definition at line 211 of file hardware.h.
Referenced by OHCI_DisableInterrupts(), OHCI_EnableInterrupts(), OHCI_InterruptDpc(), OHCI_InterruptService(), OHCI_SuspendController(), and OHCI_TakeControlHC().
| ULONG _OHCI_REG_INTERRUPT_ENABLE_DISABLE::OwnershipChange |
Definition at line 210 of file hardware.h.
Referenced by OHCI_ResumeController(), and OHCI_StartController().
| ULONG _OHCI_REG_INTERRUPT_ENABLE_DISABLE::Reserved1 |
Definition at line 209 of file hardware.h.
Referenced by OHCI_ResetController().
| ULONG _OHCI_REG_INTERRUPT_ENABLE_DISABLE::ResumeDetected |
Definition at line 205 of file hardware.h.
Referenced by OHCI_SuspendController().
| ULONG _OHCI_REG_INTERRUPT_ENABLE_DISABLE::RootHubStatusChange |
Definition at line 208 of file hardware.h.
Referenced by OHCI_RH_DisableIrq(), OHCI_RH_EnableIrq(), OHCI_SuspendController(), and OHCI_TakeControlHC().
| ULONG _OHCI_REG_INTERRUPT_ENABLE_DISABLE::SchedulingOverrun |
Definition at line 202 of file hardware.h.
Referenced by OHCI_ResumeController(), and OHCI_StartController().
| ULONG _OHCI_REG_INTERRUPT_ENABLE_DISABLE::StartofFrame |
Definition at line 204 of file hardware.h.
Referenced by OHCI_InterruptDpc(), and OHCI_InterruptNextSOF().
| ULONG _OHCI_REG_INTERRUPT_ENABLE_DISABLE::UnrecoverableError |
Definition at line 206 of file hardware.h.
Referenced by OHCI_ResumeController(), OHCI_StartController(), and OHCI_SuspendController().
| ULONG _OHCI_REG_INTERRUPT_ENABLE_DISABLE::WritebackDoneHead |
Definition at line 203 of file hardware.h.
Referenced by OHCI_ResumeController(), and OHCI_StartController().