Searched refs:Support64Bit (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c1909 BOOLEAN Support64Bit; local
1927 Support64Bit = (BOOLEAN) (((Capability & BIT31) != 0) ? TRUE : FALSE);
1966 if ((!Support64Bit) && (AhciRFisPciAddr > 0x100000000ULL)) {
2021 if ((!Support64Bit) && (AhciCmdListPciAddr > 0x100000000ULL)) {
2077 if ((!Support64Bit) && (AhciCommandTablePciAddr > 0x100000000ULL)) {

Completed in 1497 milliseconds