Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
DUfsHci.c618 TotalLen = ROUNDUP8 (sizeof (UTP_NOP_OUT_UPIU)) + ROUNDUP8 (sizeof (UTP_NOP_IN_UPIU)); in UfsCreateNopCommandDesc()
637 Trd->RuL = (UINT16)DivU64x32 ((UINT64)ROUNDUP8 (sizeof (UTP_NOP_IN_UPIU)), sizeof (UINT32)); in UfsCreateNopCommandDesc()
1191 UTP_NOP_IN_UPIU *NopInUpiu; in UfsExecNopCmds()
1214 NopInUpiu = (UTP_NOP_IN_UPIU*)(CmdDescBase + Trd->RuO * sizeof (UINT32)); in UfsExecNopCmds()
DUfsHci.h1086 } UTP_NOP_IN_UPIU; typedef
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
DUfsPassThruHci.c700 TotalLen = ROUNDUP8 (sizeof (UTP_NOP_OUT_UPIU)) + ROUNDUP8 (sizeof (UTP_NOP_IN_UPIU)); in UfsCreateNopCommandDesc()
719 Trd->RuL = (UINT16)DivU64x32 ((UINT64)ROUNDUP8 (sizeof (UTP_NOP_IN_UPIU)), sizeof (UINT32)); in UfsCreateNopCommandDesc()
1330 UTP_NOP_IN_UPIU *NopInUpiu; in UfsExecNopCmds()
1354 NopInUpiu = (UTP_NOP_IN_UPIU*)((UINT8*)CmdDescHost + Trd->RuO * sizeof (UINT32)); in UfsExecNopCmds()
DUfsPassThruHci.h1086 } UTP_NOP_IN_UPIU; typedef