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

/gem5/src/dev/net/
H A Di8254xGBe_defs.hh301 struct Reg { struct in struct:iGbReg::Regs
304 const Reg<T> &operator=(T d) { _data = d; return *this;}
307 Reg() { _data = 0; } function in struct:iGbReg::Regs::Reg
318 struct CTRL : public Reg<uint32_t> { // 0x0000 CTRL Register
319 using Reg<uint32_t>::operator=;
354 struct STATUS : public Reg<uint32_t> { // 0x0008 STATUS Register
355 using Reg<uint32_t>::operator=;
371 struct EECD : public Reg<uint32_t> { // 0x0010 EECD Register
372 using Reg<uint32_t>::operator=;
388 struct EERD : public Reg<uint32_
[all...]
/gem5/src/dev/pci/
H A Dcopy_engine_defs.hh96 struct Reg { struct in namespace:CopyEngineReg
99 const Reg<T> &operator=(T d) { _data = d; return *this;}
102 Reg() { _data = 0; } function in struct:CopyEngineReg::Reg
118 struct INTRCTRL : public Reg<uint8_t> { // 0x03
119 using Reg<uint8_t>::operator =;
147 struct CHANCTRL : public Reg<uint16_t> { // channelX + 0x00
148 using Reg<uint16_t>::operator =;
158 struct CHANSTS : public Reg<uint64_t> { // channelX + 0x04
168 struct CHANCMD : public Reg<uint8_t> { // channelX + 0x14
180 struct CHANERR : public Reg<uint32_
[all...]

Completed in 8 milliseconds