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

/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp154 uint8_t uATARegHCyl; member in struct:ATADevState
1036 s->uATARegHCyl = cbTransfer >> 8;
1410 s->uATARegHCyl = 0xeb;
1415 s->uATARegHCyl = 0;
1420 s->uATARegHCyl = 0xff;
1437 ((uint64_t)s->uATARegHCyl << 16) |
1444 iLBA = ((s->uATARegSelect & 0x0f) << 24) | (s->uATARegHCyl << 16) |
1451 iLBA = ((s->uATARegHCyl << 8) | s->uATARegLCyl) * s->PCHSGeometry.cHeads * s->PCHSGeometry.cSectors +
1470 s->uATARegHCyl = iLBA >> 16;
1478 s->uATARegHCyl
[all...]

Completed in 56 milliseconds