Lines Matching refs:SectorCount

464   @param SectorCount  value of the Sector Count Register
480 IN UINT8 SectorCount,
530 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount);
612 @param SectorCount value of the Sector Count Register
629 IN UINT8 SectorCount,
678 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount);
882 UINT16 SectorCount;
921 // SectorCount is used to record the number of sectors to be read
923 SectorCount = 256;
927 SectorCount = (UINT16) BlocksRemaining;
933 ByteCount = SectorCount * (IdeDev->BlkIo.Media->BlockSize);
953 Lba32 += SectorCount;
955 BlocksRemaining -= SectorCount;
991 UINT16 SectorCount;
1023 // SectorCount is used to record the number of sectors to be written
1025 SectorCount = 256;
1029 SectorCount = (UINT16) BlocksRemaining;
1032 ByteCount = SectorCount * (IdeDev->BlkIo.Media->BlockSize);
1049 Lba32 += SectorCount;
1051 BlocksRemaining -= SectorCount;
1139 @param SectorCount the count of sectors to be transfered
1152 IN UINT16 SectorCount
1203 SectorCount8 = (UINT8) (SectorCount >> 8);
1204 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount8);
1206 SectorCount8 = (UINT8) SectorCount;
1207 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount8);
1290 @param SectorCount The value in SectorCount register
1303 IN UINT16 SectorCount,
1353 SectorCount8 = (UINT8) (SectorCount >> 8);
1354 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount8);
1356 SectorCount8 = (UINT8) SectorCount;
1357 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount8);
1401 @param SectorCount The value in SectorCount register
1414 IN UINT16 SectorCount,
1468 SectorCount8 = (UINT8) SectorCount;
1469 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount8);
1624 // SectorCount is used to record the number of sectors to be read
1972 UINT16 SectorCount;
1989 // SectorCount is used to record the number of sectors to be read
1992 SectorCount = 0xffff;
1994 SectorCount = (UINT16) BlocksRemaining;
2000 ByteCount = SectorCount * (IdeDev->BlkIo.Media->BlockSize);
2011 SectorCount
2017 Lba64 += SectorCount;
2019 BlocksRemaining -= SectorCount;
2153 @param SectorCount the count of sectors to be transfered
2167 IN UINT16 SectorCount
2214 SectorCount8 = (UINT8) (SectorCount >> 8);
2215 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount8);
2217 SectorCount8 = (UINT8) SectorCount;
2218 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount8);
2363 UINT16 SectorCount;
2381 // SectorCount is used to record the number of sectors to be written.
2384 SectorCount = 0xffff;
2386 SectorCount = (UINT16) BlocksRemaining;
2392 ByteCount = SectorCount * (IdeDev->BlkIo.Media->BlockSize);
2403 SectorCount
2409 Lba64 += SectorCount;
2411 BlocksRemaining -= SectorCount;
2592 @param SectorCount The value in SectorCount register
2608 IN UINT8 SectorCount,
2644 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount);
2686 @param SectorCount The value in SectorCount register
2700 IN UINT16 SectorCount,
2751 SectorCount8 = (UINT8) (SectorCount >> 8);
2752 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount8);
2754 SectorCount8 = (UINT8) SectorCount;
2755 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->SectorCount, SectorCount8);