Home | History | Annotate | Download | only in AtaAtapiPassThru

Lines Matching refs:WordCount

1192   UINTN       WordCount;

1232 WordCount = 0;
1234 while (WordCount < RShiftU64(ByteCount, 1)) {
1247 if ((WordCount + Increment) > RShiftU64(ByteCount, 1)) {
1248 Increment = (UINTN)(RShiftU64(ByteCount, 1) - WordCount);
1273 WordCount += Increment;
1927 UINT32 WordCount;
1958 WordCount = IdeReadPortB (PciIo, IdeRegisters->CylinderMsb) << 8;
1959 WordCount = WordCount | IdeReadPortB (PciIo, IdeRegisters->CylinderLsb);
1960 WordCount = WordCount & 0xffff;
1961 WordCount /= 2;
1963 WordCount = MIN (WordCount, (RequiredWordCount - ActualWordCount));
1969 WordCount,
1976 WordCount,
1989 PtrBuffer += WordCount;
1990 ActualWordCount += WordCount;