gem5  v20.1.0.0
Enumerations | Variables
ide_ctrl.cc File Reference
#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.

Enumerations

enum  BMIRegOffset { BMICommand = 0x0, BMIStatus = 0x2, BMIDescTablePtr = 0x4 }
 
enum  ConfRegOffset {
  PrimaryTiming = 0x40, SecondaryTiming = 0x42, DeviceTiming = 0x44, UDMAControl = 0x48,
  UDMATiming = 0x4A, IDEConfig = 0x54
}
 

Variables

static const uint16_t timeRegWithDecodeEn = 0x8000
 

Enumeration Type Documentation

◆ 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.

Variable Documentation

◆ timeRegWithDecodeEn

const uint16_t timeRegWithDecodeEn = 0x8000
static

Definition at line 74 of file ide_ctrl.cc.


Generated on Wed Sep 30 2020 14:02:19 for gem5 by doxygen 1.8.17