#include "dev/storage/ide_ctrl.hh"
#include <string>
#include "cpu/intr_control.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.
◆ BMIRegOffset
Enumerator |
---|
BMICommand | |
BMIStatus | |
BMIDescTablePtr | |
Definition at line 58 of file ide_ctrl.cc.
◆ ConfRegOffset
Enumerator |
---|
PrimaryTiming | |
SecondaryTiming | |
DeviceTiming | |
UDMAControl | |
UDMATiming | |
IDEConfig | |
Definition at line 65 of file ide_ctrl.cc.
◆ timeRegWithDecodeEn
const uint16_t timeRegWithDecodeEn = 0x8000 |
|
static |