ReactOS 0.4.16-dev-338-g34e76ad
|
#include <helper.h>
Public Attributes | |
UCHAR | bFeaturesReg |
UCHAR | bSectorCountReg |
UCHAR | bSectorNumberReg |
UCHAR | bCylLowReg |
UCHAR | bCylHighReg |
UCHAR | bDriveHeadReg |
UCHAR | bCommandReg |
UCHAR | bReserved |
UCHAR _IDEREGS::bCommandReg |
Definition at line 15 of file helper.h.
Referenced by AtapiStartIo(), AtapiStartIo__(), DiskIoctlSmartReceiveDriveData(), DiskIoctlSmartSendDriveCommand(), DiskPerformSmartCommand(), and IdeSendSmartCommand().
UCHAR _IDEREGS::bCylHighReg |
Definition at line 13 of file helper.h.
Referenced by DiskPerformSmartCommand().
UCHAR _IDEREGS::bCylLowReg |
Definition at line 12 of file helper.h.
Referenced by DiskPerformSmartCommand().
UCHAR _IDEREGS::bFeaturesReg |
Definition at line 9 of file helper.h.
Referenced by DiskIoctlSmartReceiveDriveData(), DiskIoctlSmartSendDriveCommand(), DiskPerformSmartCommand(), and IdeSendSmartCommand().
UCHAR _IDEREGS::bSectorCountReg |
Definition at line 10 of file helper.h.
Referenced by DiskIoctlSmartReceiveDriveData(), DiskIoctlSmartSendDriveCommand(), and DiskPerformSmartCommand().
UCHAR _IDEREGS::bSectorNumberReg |
Definition at line 11 of file helper.h.
Referenced by DiskIoctlSmartSendDriveCommand(), and DiskPerformSmartCommand().