|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <hardware.h>
Public Attributes | |
| ULONG | InterrruptTable [OHCI_NUMBER_OF_INTERRUPTS] |
| USHORT | FrameNumber |
| USHORT | Pad1 |
| ULONG | DoneHead |
| UCHAR | reserved_hc [116] |
| UCHAR | Pad [4] |
Definition at line 138 of file hardware.h.
| ULONG _OHCI_HCCA::DoneHead |
Definition at line 142 of file hardware.h.
Referenced by OHCI_InterruptDpc().
| USHORT _OHCI_HCCA::FrameNumber |
Definition at line 140 of file hardware.h.
Referenced by OHCI_Get32BitFrameNumber(), OHCI_InterruptService(), and OHCI_ResetController().
| ULONG _OHCI_HCCA::InterrruptTable[OHCI_NUMBER_OF_INTERRUPTS] |
Definition at line 139 of file hardware.h.
Referenced by OHCI_StartController().
| UCHAR _OHCI_HCCA::Pad[4] |
Definition at line 144 of file hardware.h.
| USHORT _OHCI_HCCA::Pad1 |
Definition at line 141 of file hardware.h.
Referenced by OHCI_CheckController(), and OHCI_ResumeController().
| UCHAR _OHCI_HCCA::reserved_hc[116] |
Definition at line 143 of file hardware.h.