|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <uata_ctl.h>
Public Attributes | |
| union { | |
| UCHAR bFeaturesReg | |
| UCHAR bErrorReg | |
| }; | |
| UCHAR | bSectorCountReg |
| UCHAR | bSectorNumberReg |
| UCHAR | bCylLowReg |
| UCHAR | bCylHighReg |
| UCHAR | bDriveHeadReg |
| union { | |
| UCHAR bCommandReg | |
| UCHAR bStatusReg | |
| }; | |
| UCHAR | bOpFlags |
| UCHAR | bFeaturesRegH |
| UCHAR | bSectorCountRegH |
| UCHAR | bSectorNumberRegH |
| UCHAR | bCylLowRegH |
| UCHAR | bCylHighRegH |
| UCHAR | bReserved2 |
Definition at line 234 of file uata_ctl.h.
| union { ... } _IDEREGS_EX::@1432 |
| union { ... } _IDEREGS_EX::@1434 |
| UCHAR _IDEREGS_EX::bCommandReg |
Definition at line 245 of file uata_ctl.h.
Referenced by AtapiInterrupt__(), and IdeSendCommand().
| UCHAR _IDEREGS_EX::bCylHighReg |
Definition at line 242 of file uata_ctl.h.
Referenced by IdeSendCommand().
| UCHAR _IDEREGS_EX::bCylHighRegH |
Definition at line 267 of file uata_ctl.h.
Referenced by IdeSendCommand().
| UCHAR _IDEREGS_EX::bCylLowReg |
Definition at line 241 of file uata_ctl.h.
Referenced by IdeSendCommand().
| UCHAR _IDEREGS_EX::bCylLowRegH |
Definition at line 266 of file uata_ctl.h.
Referenced by IdeSendCommand().
| UCHAR _IDEREGS_EX::bDriveHeadReg |
Definition at line 243 of file uata_ctl.h.
Referenced by IdeSendCommand().
| UCHAR _IDEREGS_EX::bErrorReg |
Definition at line 237 of file uata_ctl.h.
| UCHAR _IDEREGS_EX::bFeaturesReg |
Definition at line 236 of file uata_ctl.h.
Referenced by AtapiInterrupt__(), and IdeSendCommand().
| UCHAR _IDEREGS_EX::bFeaturesRegH |
Definition at line 263 of file uata_ctl.h.
Referenced by IdeSendCommand().
| UCHAR _IDEREGS_EX::bOpFlags |
Definition at line 248 of file uata_ctl.h.
Referenced by AtapiInterrupt__(), and IdeSendCommand().
| UCHAR _IDEREGS_EX::bReserved2 |
Definition at line 268 of file uata_ctl.h.
| UCHAR _IDEREGS_EX::bSectorCountReg |
Definition at line 239 of file uata_ctl.h.
Referenced by IdeSendCommand().
| UCHAR _IDEREGS_EX::bSectorCountRegH |
Definition at line 264 of file uata_ctl.h.
Referenced by IdeSendCommand().
| UCHAR _IDEREGS_EX::bSectorNumberReg |
Definition at line 240 of file uata_ctl.h.
Referenced by IdeSendCommand().
| UCHAR _IDEREGS_EX::bSectorNumberRegH |
Definition at line 265 of file uata_ctl.h.
Referenced by IdeSendCommand().
| UCHAR _IDEREGS_EX::bStatusReg |
Definition at line 246 of file uata_ctl.h.