gem5 v24.0.0.0
|
Registers used for bus master interface. More...
#include <ide_ctrl.hh>
Public Member Functions | |
void | reset () |
Public Attributes | |
BMICommandReg | command |
uint8_t | reserved0 |
BMIStatusReg | status |
uint8_t | reserved1 |
uint32_t | bmidtp |
Registers used for bus master interface.
Definition at line 153 of file ide_ctrl.hh.
|
inline |
Definition at line 156 of file ide_ctrl.hh.
Referenced by gem5::IdeController::Channel::Channel().
uint32_t gem5::IdeController::Channel::BMIRegs::bmidtp |
Definition at line 165 of file ide_ctrl.hh.
BMICommandReg gem5::IdeController::Channel::BMIRegs::command |
Definition at line 161 of file ide_ctrl.hh.
uint8_t gem5::IdeController::Channel::BMIRegs::reserved0 |
Definition at line 162 of file ide_ctrl.hh.
uint8_t gem5::IdeController::Channel::BMIRegs::reserved1 |
Definition at line 164 of file ide_ctrl.hh.
BMIStatusReg gem5::IdeController::Channel::BMIRegs::status |
Definition at line 163 of file ide_ctrl.hh.
Referenced by gem5::IdeController::Channel::Channel(), and gem5::IdeController::Channel::postInterrupt().