Home
last modified time | relevance | path

Searched refs:NopInUpiu (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
DUfsHci.c1198 UTP_NOP_IN_UPIU *NopInUpiu; in UfsExecNopCmds() local
1221 NopInUpiu = (UTP_NOP_IN_UPIU*)(CmdDescBase + Trd->RuO * sizeof (UINT32)); in UfsExecNopCmds()
1238 if (NopInUpiu->Resp != 0) { in UfsExecNopCmds()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
DUfsPassThruHci.c1339 UTP_NOP_IN_UPIU *NopInUpiu; in UfsExecNopCmds() local
1363 NopInUpiu = (UTP_NOP_IN_UPIU*)((UINT8*)CmdDescHost + Trd->RuO * sizeof (UINT32)); in UfsExecNopCmds()
1364 ASSERT (NopInUpiu != NULL); in UfsExecNopCmds()
1380 if (NopInUpiu->Resp != 0) { in UfsExecNopCmds()