Searched refs:cmdBytes (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/storage/
H A Dide_disk.cc161 cmdBytes = 0;
666 cmdBytes = cmdBytesLeft = sizeof(struct ataparams);
677 cmdBytes = cmdBytesLeft = (256 * SectorSize);
679 cmdBytes = cmdBytesLeft = (cmdReg.sec_count * SectorSize);
695 cmdBytes = cmdBytesLeft = (256 * SectorSize);
697 cmdBytes = cmdBytesLeft = (cmdReg.sec_count * SectorSize);
714 cmdBytes = cmdBytesLeft = (256 * SectorSize);
716 cmdBytes = cmdBytesLeft = (cmdReg.sec_count * SectorSize);
954 if (cmdBytesLeft == cmdBytes || isIENSet()) {
1145 SERIALIZE_SCALAR(cmdBytes);
[all...]
H A Dide_disk.hh225 uint32_t cmdBytes; member in class:IdeDisk

Completed in 8 milliseconds