gem5 v23.0.0.1
|
#include "dev/storage/ide_ctrl.hh"
#include <string>
#include "base/cprintf.hh"
#include "debug/IdeCtrl.hh"
#include "dev/storage/ide_disk.hh"
#include "mem/packet.hh"
#include "mem/packet_access.hh"
#include "params/IdeController.hh"
#include "sim/byteswap.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Enumerations | |
enum | gem5::BMIRegOffset { gem5::BMICommand = 0x0 , gem5::BMIStatus = 0x2 , gem5::BMIDescTablePtr = 0x4 } |