Searched defs:AHCI_HBA_GLOBAL_SIZE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp742 #define AHCI_HBA_GLOBAL_SIZE 0x100 macro
2182 * If the access offset is smaller than AHCI_HBA_GLOBAL_SIZE the guest accesses the global registers.
2185 if (uReg < AHCI_HBA_GLOBAL_SIZE)
2206 uReg -= AHCI_HBA_GLOBAL_SIZE;
2274 if (offReg < AHCI_HBA_GLOBAL_SIZE)
2294 offReg -= AHCI_HBA_GLOBAL_SIZE;

Completed in 93 milliseconds