|
smartmontools SVN Rev 3317
Utility to control and monitor storage systems with "S.M.A.R.T."
|
ATA Input registers for 48-bit commands. More...
#include <dev_interface.h>

Public Member Functions | |
| bool | is_48bit_cmd () const |
| Return true if 48-bit command. | |
| bool | is_real_48bit_cmd () const |
| Return true if 48-bit command with any nonzero high byte. | |
| ata_in_regs_48bit () | |
Public Attributes | |
| ata_in_regs | prev |
| "previous content" | |
| ata_reg_alias_16 | features_16 |
| ata_reg_alias_16 | sector_count_16 |
| ata_reg_alias_16 | lba_low_16 |
| ata_reg_alias_16 | lba_mid_16 |
| ata_reg_alias_16 | lba_high_16 |
| ata_reg_alias_48 | lba_48 |
ATA Input registers for 48-bit commands.
Definition at line 377 of file dev_interface.h.
| ata_in_regs_48bit::ata_in_regs_48bit | ( | ) |
Definition at line 104 of file dev_interface.cpp.
| bool ata_in_regs_48bit::is_48bit_cmd | ( | ) | const [inline] |
Return true if 48-bit command.
Definition at line 393 of file dev_interface.h.
| bool ata_in_regs_48bit::is_real_48bit_cmd | ( | ) | const [inline] |
Return true if 48-bit command with any nonzero high byte.
Definition at line 397 of file dev_interface.h.
Definition at line 383 of file dev_interface.h.
Definition at line 390 of file dev_interface.h.
Definition at line 387 of file dev_interface.h.
Definition at line 385 of file dev_interface.h.
Definition at line 386 of file dev_interface.h.
"previous content"
Definition at line 380 of file dev_interface.h.
Definition at line 384 of file dev_interface.h.
1.7.4