Home | History | Annotate | Download | only in IdeBusDxe

Lines Matching full:byteavailable

1529   UINTN                         ByteAvailable;

1691 ByteAvailable = 0x10000 - ((UINTN) PrdBuffer & 0xFFFF);
1693 if (ByteCount <= ByteAvailable) {
1701 TempPrdAddr->ByteCount = (UINT16) ByteAvailable;
1703 ByteCount -= ByteAvailable;
1704 PrdBuffer += ByteAvailable;