Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
DSdMmcPciHci.c1670 UINT32 PioLength; in SdMmcCheckTrbResult() local
1833 for (PioLength = 0; PioLength < Trb->DataLen; PioLength += 4) { in SdMmcCheckTrbResult()
1834 …RwMmio (Private->PciIo, Trb->Slot, SD_MMC_HC_BUF_DAT_PORT, TRUE, 4, (UINT8*)Trb->Data + PioLength); in SdMmcCheckTrbResult()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
DSdMmcPciHci.c1670 UINT32 PioLength; in SdMmcCheckTrbResult() local
1833 for (PioLength = 0; PioLength < Trb->DataLen; PioLength += 4) { in SdMmcCheckTrbResult()
1834 …RwMmio (Private->PciIo, Trb->Slot, SD_MMC_HC_BUF_DAT_PORT, TRUE, 4, (UINT8*)Trb->Data + PioLength); in SdMmcCheckTrbResult()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
DSdHci.c1378 UINT32 PioLength; in SdPeimCheckTrbResult() local
1525 for (PioLength = 0; PioLength < Trb->DataLen; PioLength += 4) { in SdPeimCheckTrbResult()
1526 SdPeimHcRwMmio (Bar + SD_HC_BUF_DAT_PORT, TRUE, 4, (UINT8*)Trb->Data + PioLength); in SdPeimCheckTrbResult()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
DEmmcHci.c1373 UINT32 PioLength; in EmmcPeimCheckTrbResult() local
1520 for (PioLength = 0; PioLength < Trb->DataLen; PioLength += 4) { in EmmcPeimCheckTrbResult()
1521 EmmcPeimHcRwMmio (Bar + EMMC_HC_BUF_DAT_PORT, TRUE, 4, (UINT8*)Trb->Data + PioLength); in EmmcPeimCheckTrbResult()