ReactOS 0.4.15-dev-8614-gbc76250
|
#include <media.h>
Public Attributes | |
ULONG | OpMode |
USHORT | GpioCtrl |
USHORT | GpioData |
union { | |
struct _DC_MEDIA_SIA_DATA { | |
ULONG Csr13 | |
ULONG Csr14 | |
ULONG Csr15 | |
} | |
struct _DC_MEDIA_GPR_DATA { | |
ULONG LinkMask | |
ULONG Polarity | |
} | |
}; | |
union { ... } _DC_MEDIA::@996 |
ULONG _DC_MEDIA::Csr13 |
Definition at line 21 of file media.h.
Referenced by MediaMonitor21040Dpc(), MediaSiaSelect(), SRomDecodeBlockSia(), and SRomParse21041Block().
ULONG _DC_MEDIA::Csr14 |
Definition at line 22 of file media.h.
Referenced by MediaMonitor21040Dpc(), MediaSiaSelect(), SRomDecodeBlockSia(), and SRomParse21041Block().
ULONG _DC_MEDIA::Csr15 |
Definition at line 23 of file media.h.
Referenced by MediaMonitor21040Dpc(), MediaSiaSelect(), SRomDecodeBlockSia(), and SRomParse21041Block().
USHORT _DC_MEDIA::GpioCtrl |
Definition at line 14 of file media.h.
Referenced by MediaSiaSelect(), SRomDecodeBlockSia(), and SRomDecodeBlockSym().
USHORT _DC_MEDIA::GpioData |
Definition at line 15 of file media.h.
Referenced by MediaGprSelect(), MediaSiaSelect(), SRomDecodeBlockGpr(), SRomDecodeBlockSia(), and SRomDecodeBlockSym().
ULONG _DC_MEDIA::LinkMask |
Definition at line 28 of file media.h.
Referenced by MediaGprCheckLink(), and SRomDecodeBlockGpr().
ULONG _DC_MEDIA::OpMode |
Definition at line 12 of file media.h.
Referenced by MediaGprSelect(), MediaSiaSelect(), SRomDecodeBlockGpr(), and SRomDecodeBlockSym().
ULONG _DC_MEDIA::Polarity |
Definition at line 29 of file media.h.
Referenced by MediaGprCheckLink(), and SRomDecodeBlockGpr().