Home
last modified time | relevance | path

Searched refs:MaxCommandListSize (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAhciMode.c1986 UINT64 MaxCommandListSize; in AhciCreateTransferDescriptor() local
2063 MaxCommandListSize = MaxCommandSlotNumber * sizeof (EFI_AHCI_COMMAND_LIST); in AhciCreateTransferDescriptor()
2068 EFI_SIZE_TO_PAGES ((UINTN) MaxCommandListSize), in AhciCreateTransferDescriptor()
2081 ZeroMem (Buffer, (UINTN)MaxCommandListSize); in AhciCreateTransferDescriptor()
2084 AhciRegisters->MaxCommandListSize = MaxCommandListSize; in AhciCreateTransferDescriptor()
2085 Bytes = (UINTN)MaxCommandListSize; in AhciCreateTransferDescriptor()
2096 if (EFI_ERROR (Status) || (Bytes != MaxCommandListSize)) { in AhciCreateTransferDescriptor()
2192 EFI_SIZE_TO_PAGES ((UINTN) MaxCommandListSize), in AhciCreateTransferDescriptor()
DAhciMode.h294 UINT64 MaxCommandListSize; member
DAtaAtapiPassThru.c930 EFI_SIZE_TO_PAGES ((UINTN) AhciRegisters->MaxCommandListSize), in AtaAtapiPassThruStop()