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

/gem5/src/dev/storage/
H A Dide_ctrl.cc102 ioEnabled(false), bmEnabled(false),
142 ioEnabled = (config.command & htole(PCI_CMD_IOSE));
360 ioEnabled = (config.command & htole(PCI_CMD_IOSE));
493 if (!ioEnabled) {
585 SERIALIZE_SCALAR(ioEnabled);
628 UNSERIALIZE_SCALAR(ioEnabled);
H A Dide_ctrl.hh135 bool ioEnabled; member in class:IdeController

Completed in 7 milliseconds