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

/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp150 uint8_t uATARegLCyl; member in struct:ATADevState
1035 s->uATARegLCyl = cbTransfer;
1409 s->uATARegLCyl = 0x14;
1414 s->uATARegLCyl = 0;
1419 s->uATARegLCyl = 0xff;
1438 ((uint64_t)s->uATARegLCyl << 8) |
1445 (s->uATARegLCyl << 8) | s->uATARegSector;
1451 iLBA = ((s->uATARegHCyl << 8) | s->uATARegLCyl) * s->PCHSGeometry.cHeads * s->PCHSGeometry.cSectors +
1471 s->uATARegLCyl = iLBA >> 8;
1479 s->uATARegLCyl
[all...]

Completed in 52 milliseconds