Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAhciMode.c706 UINT32 PrdCount; in AhciPioTransfer() local
817 PrdCount = *(volatile UINT32 *) (&(AhciRegisters->AhciCmdList[0].AhciCmdPrdbc)); in AhciPioTransfer()
818 if (PrdCount == DataCount) { in AhciPioTransfer()