ReactOS 0.4.16-dev-319-g6cf4263
|
#include <atapi.h>
Classes | |
struct | _i |
struct | _o |
Public Attributes | |
USHORT | Data |
UCHAR | BlockCount |
UCHAR | BlockNumber |
UCHAR | CylinderLow |
UCHAR | CylinderHigh |
UCHAR | DriveSelect |
UCHAR | Command |
struct _IDE_REGISTERS_1::_o | o |
struct _IDE_REGISTERS_1::_i | i |
UCHAR _IDE_REGISTERS_1::BlockCount |
Definition at line 18 of file atapi.h.
Referenced by AtapiHwInitialize(), IdeReadWrite(), IdeSendSmartCommand(), IdeVerify(), MapError(), and SetDriveParameters().
UCHAR _IDE_REGISTERS_1::BlockNumber |
Definition at line 19 of file atapi.h.
Referenced by IdeReadWrite(), IdeSendSmartCommand(), and IdeVerify().
UCHAR _IDE_REGISTERS_1::Command |
Definition at line 23 of file atapi.h.
Referenced by AtapiHwInitialize(), IdeMediaStatus(), IdeReadWrite(), IdeSendCommand(), IdeSendSmartCommand(), IdeVerify(), IssueIdentify(), MapError(), and SetDriveParameters().
UCHAR _IDE_REGISTERS_1::CylinderHigh |
Definition at line 21 of file atapi.h.
Referenced by FindDevices(), IdeReadWrite(), IdeSendSmartCommand(), IdeVerify(), and IssueIdentify().
UCHAR _IDE_REGISTERS_1::CylinderLow |
Definition at line 20 of file atapi.h.
Referenced by FindDevices(), IdeReadWrite(), IdeSendSmartCommand(), IdeVerify(), and IssueIdentify().
USHORT _IDE_REGISTERS_1::Data |
Definition at line 17 of file atapi.h.
Referenced by IssueIdentify().
UCHAR _IDE_REGISTERS_1::DriveSelect |
Definition at line 22 of file atapi.h.
Referenced by AtapiHwInitialize(), FindDevices(), IdeReadWrite(), IdeSendCommand(), IdeSendSmartCommand(), IdeVerify(), IssueIdentify(), MapError(), and SetDriveParameters().
struct _IDE_REGISTERS_1::_i _IDE_REGISTERS_1::i |
struct _IDE_REGISTERS_1::_o _IDE_REGISTERS_1::o |