diff options
author | Evan Lojewski <github@meklort.com> | 2019-06-29 11:30:01 -0600 |
---|---|---|
committer | Evan Lojewski <github@meklort.com> | 2019-06-29 11:30:01 -0600 |
commit | 99dd644512cfef951ade6d2403a8cf2f43666b94 (patch) | |
tree | 397f725c4cd5de628cba55e51ce6832a69593bd6 /ipxact/DEVICE.xml | |
parent | 88a1987b32b1906a15606f09a324c17f7306a9b7 (diff) | |
download | bcm5719-ortega-99dd644512cfef951ade6d2403a8cf2f43666b94.tar.gz bcm5719-ortega-99dd644512cfef951ade6d2403a8cf2f43666b94.zip |
Update DEVICE registers to include tx/rx status
Diffstat (limited to 'ipxact/DEVICE.xml')
-rw-r--r-- | ipxact/DEVICE.xml | 81 |
1 files changed, 80 insertions, 1 deletions
diff --git a/ipxact/DEVICE.xml b/ipxact/DEVICE.xml index 36dbc67..be5f4ad 100644 --- a/ipxact/DEVICE.xml +++ b/ipxact/DEVICE.xml @@ -1115,7 +1115,7 @@ <ipxact:access>read-write</ipxact:access> </ipxact:field> <ipxact:field> - <ipxact:name>Enable TCE</ipxact:name> + <ipxact:name>Enable TDE</ipxact:name> <ipxact:description>Used to be enable TDE in legacy-same purpose.</ipxact:description> <ipxact:bitOffset>1</ipxact:bitOffset> <ipxact:bitWidth>1</ipxact:bitWidth> @@ -1172,6 +1172,56 @@ </ipxact:field> </ipxact:register> <ipxact:register> + <ipxact:name>TRANSMIT_MAC_STATUS</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:addressOffset>0x460</ipxact:addressOffset> + <!-- LINK: registerDefinitionGroup: see 6.11.3, Register definition group --> + <ipxact:size>32</ipxact:size> + <ipxact:volatile>true</ipxact:volatile> + <ipxact:field> + <ipxact:name>XOFFED</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>0</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Sent XOFF</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>1</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Sent XON</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>2</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Link Up</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>3</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>ODI Underrun</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>4</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>ODI Overrun</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>5</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + </ipxact:register> + <ipxact:register> <ipxact:name>RECEIVE_MAC_MODE</ipxact:name> <ipxact:description></ipxact:description> <ipxact:addressOffset>0x468</ipxact:addressOffset> @@ -1208,6 +1258,35 @@ </ipxact:field> </ipxact:register> <ipxact:register> + <ipxact:name>RECEIVE_MAC_STATUS</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:addressOffset>0x46c</ipxact:addressOffset> + <!-- LINK: registerDefinitionGroup: see 6.11.3, Register definition group --> + <ipxact:size>32</ipxact:size> + <ipxact:volatile>true</ipxact:volatile> + <ipxact:field> + <ipxact:name>Remote TX XOFFED</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>0</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>XOFF Received</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>1</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>XON Received</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>2</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + </ipxact:register> + <ipxact:register> <ipxact:name>PERFECT_MATCH1_HIGH</ipxact:name> <ipxact:description></ipxact:description> <ipxact:addressOffset>0x540</ipxact:addressOffset> |