|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <ahci.hpp>
Data Fields | |
| uintptr_t | clb |
| uintptr_t | fb |
| uintptr_t | cmd [32] |
| uintptr_t ahci_internal_vaddr::clb |
Definition at line 10 of file ahci.hpp.
Referenced by AHCIModule::ata_flush(), AHCIModule::ata_identify(), AHCIModule::ata_rw(), AHCIModule::atapi_packet(), and AHCIModule::port_configure().
| uintptr_t ahci_internal_vaddr::cmd[32] |
Definition at line 12 of file ahci.hpp.
Referenced by AHCIModule::ata_flush(), AHCIModule::ata_identify(), AHCIModule::ata_rw(), AHCIModule::atapi_packet(), and AHCIModule::port_configure().
| uintptr_t ahci_internal_vaddr::fb |
Definition at line 11 of file ahci.hpp.
Referenced by AHCIModule::port_configure().