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.c1995 UINT64 MaxCommandListSize; in AhciCreateTransferDescriptor() local
2072 MaxCommandListSize = MaxCommandSlotNumber * sizeof (EFI_AHCI_COMMAND_LIST); in AhciCreateTransferDescriptor()
2077 EFI_SIZE_TO_PAGES ((UINTN) MaxCommandListSize), in AhciCreateTransferDescriptor()
2090 ZeroMem (Buffer, (UINTN)MaxCommandListSize); in AhciCreateTransferDescriptor()
2093 AhciRegisters->MaxCommandListSize = MaxCommandListSize; in AhciCreateTransferDescriptor()
2094 Bytes = (UINTN)MaxCommandListSize; in AhciCreateTransferDescriptor()
2105 if (EFI_ERROR (Status) || (Bytes != MaxCommandListSize)) { in AhciCreateTransferDescriptor()
2201 EFI_SIZE_TO_PAGES ((UINTN) MaxCommandListSize), in AhciCreateTransferDescriptor()
DAhciMode.h294 UINT64 MaxCommandListSize; member
DAtaAtapiPassThru.c938 EFI_SIZE_TO_PAGES ((UINTN) AhciRegisters->MaxCommandListSize), in AtaAtapiPassThruStop()