|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <ahci_reg.hpp>
Data Fields | |
| uint8_t | reset: 1 |
| uint8_t | int_enable: 1 |
| uint8_t | mrsm: 2 |
| uint32_t | reserved: 27 |
| uint8_t | ahci_enable: 1 |
Definition at line 28 of file ahci_reg.hpp.
| uint8_t ahci_ghc_t::ahci_enable |
Definition at line 33 of file ahci_reg.hpp.
| uint8_t ahci_ghc_t::int_enable |
Definition at line 30 of file ahci_reg.hpp.
| uint8_t ahci_ghc_t::mrsm |
Definition at line 31 of file ahci_reg.hpp.
| uint32_t ahci_ghc_t::reserved |
Definition at line 32 of file ahci_reg.hpp.
| uint8_t ahci_ghc_t::reset |
Definition at line 29 of file ahci_reg.hpp.