#include <ata.h>
Data Fields | |
| union ata_lba | lba |
| Logical block address. | |
| union ata_fifo | count |
| Sector count. | |
| union ata_fifo | err_feat |
| Error/feature register. | |
| uint8_t | device |
| Device register. | |
| uint8_t | cmd_stat |
| Command/status register. | |
| int | lba48 |
| LBA48 addressing flag. | |
Definition at line 96 of file ata.h.
union ata_lba ata_cb::lba [write] |
Logical block address.
Definition at line 98 of file ata.h.
Referenced by aoe_rx_ata(), aoe_send_command(), ata_read(), and ata_write().
union ata_fifo ata_cb::count [write] |
Sector count.
Definition at line 100 of file ata.h.
Referenced by aoe_rx_ata(), aoe_send_command(), ata_identify(), ata_read(), and ata_write().
union ata_fifo ata_cb::err_feat [write] |
Device register.
Definition at line 104 of file ata.h.
Referenced by aoe_send_command(), ata_identify(), ata_read(), and ata_write().
Command/status register.
Definition at line 106 of file ata.h.
Referenced by aoe_done(), aoe_send_command(), ata_identify(), ata_read(), and ata_write().
| int ata_cb::lba48 |
LBA48 addressing flag.
Definition at line 108 of file ata.h.
Referenced by aoe_send_command(), ata_read(), and ata_write().
1.5.7.1