HomeSort by relevance Sort by last modified time
    Searched defs:Nutrs (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsBlockIoPei.h 121 UINT8 Nutrs;
UfsHci.c     [all...]
UfsHci.h 108 UINT8 Nutrs:4; // Number of UTP Transfer Request Slots
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThru.h 77 UINT8 Nutrs;
    [all...]
UfsPassThruHci.c 748 UINT8 Nutrs;
760 Nutrs = (UINT8)((Private->Capabilities & UFS_HC_CAP_NUTRS) + 1);
762 for (Index = 0; Index < Nutrs; Index++) {
    [all...]
UfsPassThruHci.h 108 UINT8 Nutrs:4; // Number of UTP Transfer Request Slots
    [all...]

Completed in 445 milliseconds