HomeSort by relevance Sort by last modified time
    Searched refs:Mdts (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressBlockIo.c 178 if (Private->ControllerData->Mdts != 0) {
179 MaxTransferBlocks = (1 << (Private->ControllerData->Mdts)) * (1 << (Private->Cap.Mpsmin + 12)) / BlockSize;
237 if (Private->ControllerData->Mdts != 0) {
238 MaxTransferBlocks = (1 << (Private->ControllerData->Mdts)) * (1 << (Private->Cap.Mpsmin + 12)) / BlockSize;
    [all...]
NvmExpressHci.h 337 UINT8 Mdts; /* Maximum Data Transfer Size */

Completed in 52 milliseconds