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

/gem5/src/dev/net/
H A Dsinicreg.hh34 #define __SINIC_REG32(NAME, VAL) static const uint32_t NAME = (VAL); macro
64 __SINIC_REG32(Config, 0x00) // 32: configuration register
65 __SINIC_REG32(Command, 0x04) // 32: command register
66 __SINIC_REG32(IntrStatus, 0x08) // 32: interrupt status
67 __SINIC_REG32(IntrMask, 0x0c) // 32: interrupt mask
68 __SINIC_REG32(RxMaxCopy, 0x10) // 32: max bytes per rx copy
69 __SINIC_REG32(TxMaxCopy, 0x14) // 32: max bytes per tx copy
70 __SINIC_REG32(ZeroCopySize, 0x18) // 32: bytes to copy if below threshold
71 __SINIC_REG32(ZeroCopyMark, 0x1c) // 32: only zero-copy above this threshold
72 __SINIC_REG32(VirtualCoun
[all...]

Completed in 5 milliseconds