Home
last modified time | relevance | path

Searched refs:UTP_NOP_OUT_UPIU (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
DUfsHci.c614 UTP_NOP_OUT_UPIU *NopOutUpiu; in UfsCreateNopCommandDesc()
618 TotalLen = ROUNDUP8 (sizeof (UTP_NOP_OUT_UPIU)) + ROUNDUP8 (sizeof (UTP_NOP_IN_UPIU)); in UfsCreateNopCommandDesc()
624 NopOutUpiu = (UTP_NOP_OUT_UPIU*)CommandDesc; in UfsCreateNopCommandDesc()
638 Trd->RuO = (UINT16)DivU64x32 ((UINT64)ROUNDUP8 (sizeof (UTP_NOP_OUT_UPIU)), sizeof (UINT32)); in UfsCreateNopCommandDesc()
DUfsHci.h1052 } UTP_NOP_OUT_UPIU; typedef
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
DUfsPassThruHci.c694 UTP_NOP_OUT_UPIU *NopOutUpiu; in UfsCreateNopCommandDesc()
700 TotalLen = ROUNDUP8 (sizeof (UTP_NOP_OUT_UPIU)) + ROUNDUP8 (sizeof (UTP_NOP_IN_UPIU)); in UfsCreateNopCommandDesc()
706 NopOutUpiu = (UTP_NOP_OUT_UPIU*)*CmdDescHost; in UfsCreateNopCommandDesc()
720 Trd->RuO = (UINT16)DivU64x32 ((UINT64)ROUNDUP8 (sizeof (UTP_NOP_OUT_UPIU)), sizeof (UINT32)); in UfsCreateNopCommandDesc()
DUfsPassThruHci.h1052 } UTP_NOP_OUT_UPIU; typedef