Searched defs:total_sectors (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp2289 uint64_t total_sectors; local
2297 total_sectors = s->cTotalSectors;
2298 total_sectors >>= 2;
2299 if (total_sectors == 0)
2312 ataH2BE_U32(buf + 12, total_sectors - 1); /* end sector */
2313 ataH2BE_U32(buf + 16, total_sectors - 1); /* l0 end sector */
H A DDevAHCI.cpp4209 uint64_t total_sectors; local
4217 total_sectors = pAhciPort->cTotalSectors;
4218 total_sectors >>= 2;
4219 if (total_sectors == 0)
4232 ataH2BE_U32(buf + 12, total_sectors - 1); /* end sector */
4233 ataH2BE_U32(buf + 16, total_sectors - 1); /* l0 end sector */

Completed in 197 milliseconds