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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c1911 UINT64 MaxCommandListSize; local
1980 MaxCommandListSize = MaxCommandSlotNumber * sizeof (EFI_AHCI_COMMAND_LIST);
1985 EFI_SIZE_TO_PAGES ((UINTN) MaxCommandListSize),
1998 ZeroMem (Buffer, (UINTN)MaxCommandListSize);
2001 AhciRegisters->MaxCommandListSize = MaxCommandListSize;
2002 Bytes = (UINTN)MaxCommandListSize;
2013 if (EFI_ERROR (Status) || (Bytes != MaxCommandListSize)) {
2109 EFI_SIZE_TO_PAGES ((UINTN) MaxCommandListSize),
H A DAhciMode.h291 UINT64 MaxCommandListSize; member in struct:__anon10794

Completed in 38 milliseconds