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

/gem5/src/dev/storage/
H A Dide_disk.hh237 bool nIENBit; member in class:IdeDisk
341 bool isIENSet() { return nIENBit; }
H A Dide_disk.cc330 nIENBit = *data & CONTROL_IEN_BIT;
1133 SERIALIZE_SCALAR(nIENBit);
1186 UNSERIALIZE_SCALAR(nIENBit);

Completed in 9 milliseconds