ReactOS 0.4.16-dev-334-g4d9f67c
|
#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 Reserved2: 1 | |
}; | |
ULONG | AsULONG |
Definition at line 182 of file hardware.h.
struct { ... } _OHCI_REG_INTERRUPT_STATUS::@1416 |
ULONG _OHCI_REG_INTERRUPT_STATUS::AsULONG |
Definition at line 195 of file hardware.h.
Referenced by OHCI_InterruptDpc(), OHCI_InterruptService(), OHCI_StopController(), OHCI_SuspendController(), and OHCI_TakeControlHC().
ULONG _OHCI_REG_INTERRUPT_STATUS::FrameNumberOverflow |
Definition at line 189 of file hardware.h.
Referenced by OHCI_InterruptService().
ULONG _OHCI_REG_INTERRUPT_STATUS::OwnershipChange |
Definition at line 192 of file hardware.h.
ULONG _OHCI_REG_INTERRUPT_STATUS::Reserved1 |
Definition at line 191 of file hardware.h.
ULONG _OHCI_REG_INTERRUPT_STATUS::Reserved2 |
Definition at line 193 of file hardware.h.
ULONG _OHCI_REG_INTERRUPT_STATUS::ResumeDetected |
Definition at line 187 of file hardware.h.
Referenced by OHCI_InterruptDpc().
ULONG _OHCI_REG_INTERRUPT_STATUS::RootHubStatusChange |
Definition at line 190 of file hardware.h.
Referenced by OHCI_InterruptDpc().
ULONG _OHCI_REG_INTERRUPT_STATUS::SchedulingOverrun |
Definition at line 184 of file hardware.h.
ULONG _OHCI_REG_INTERRUPT_STATUS::StartofFrame |
Definition at line 186 of file hardware.h.
Referenced by OHCI_InterruptDpc().
ULONG _OHCI_REG_INTERRUPT_STATUS::UnrecoverableError |
Definition at line 188 of file hardware.h.
Referenced by OHCI_InterruptDpc(), and OHCI_InterruptService().
ULONG _OHCI_REG_INTERRUPT_STATUS::WritebackDoneHead |
Definition at line 185 of file hardware.h.
Referenced by OHCI_InterruptDpc().