diff options
| author | Evan Lojewski <github@meklort.com> | 2021-02-05 18:45:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-05 18:45:42 -0700 |
| commit | ada148573287c596d89182d9729a777cb0c906ee (patch) | |
| tree | 52f1de22cfcbb715e56c956b86e73f16a42ab116 /ipxact | |
| parent | 3caaf558d39111291ec34dacfecaf0494f0d2be9 (diff) | |
| download | bcm5719-ortega-ada148573287c596d89182d9729a777cb0c906ee.tar.gz bcm5719-ortega-ada148573287c596d89182d9729a777cb0c906ee.zip | |
ipxact: Add D State and GRC reset bits to APE Status/Status2. (#197)
Diffstat (limited to 'ipxact')
| -rw-r--r-- | ipxact/APE_component.xml | 46 |
1 files changed, 44 insertions, 2 deletions
diff --git a/ipxact/APE_component.xml b/ipxact/APE_component.xml index 0df0477..80bdb15 100644 --- a/ipxact/APE_component.xml +++ b/ipxact/APE_component.xml @@ -146,6 +146,13 @@ <ipxact:access>read-write</ipxact:access> </ipxact:field> <ipxact:field> + <ipxact:name>Port 0 GRC Reset</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>NVRAM Control Reset</ipxact:name> <ipxact:description></ipxact:description> <ipxact:bitOffset>3</ipxact:bitOffset> @@ -153,7 +160,7 @@ <ipxact:access>read-write</ipxact:access> </ipxact:field> <ipxact:field> - <ipxact:name>LAN 0 Dstate</ipxact:name> + <ipxact:name>Port 0 D State</ipxact:name> <ipxact:description>Indicates port is in D3 if set, otherwise the port is in D0-D2.</ipxact:description> <ipxact:bitOffset>4</ipxact:bitOffset> <ipxact:bitWidth>1</ipxact:bitWidth> @@ -178,7 +185,14 @@ </ipxact:enumeratedValues> </ipxact:field> <ipxact:field> - <ipxact:name>LAN 1 Dstate</ipxact:name> + <ipxact:name>Port 1 GRC Reset</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>7</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Port 1 D State</ipxact:name> <ipxact:description>Indicates port is in D3 if set, otherwise the port is in D0-D2.</ipxact:description> <ipxact:bitOffset>9</ipxact:bitOffset> <ipxact:bitWidth>1</ipxact:bitWidth> @@ -511,6 +525,34 @@ <!-- LINK: registerDefinitionGroup: see 6.11.3, Register definition group --> <ipxact:size>32</ipxact:size> <ipxact:volatile>true</ipxact:volatile> + <ipxact:field> + <ipxact:name>Port 2 GRC Reset</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>Port 2 D State</ipxact:name> + <ipxact:description>Indicates port is in D3 if set, otherwise the port is in D0-D2.</ipxact:description> + <ipxact:bitOffset>2</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Port 3 GRC Reset</ipxact:name> + <ipxact:description>Indicates port is in D3 if set, otherwise the port is in D0-D2.</ipxact:description> + <ipxact:bitOffset>7</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Port 3 D State</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>8</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> </ipxact:register> <ipxact:register> <ipxact:name>LOCK_GRANT__OBSOLETE_</ipxact:name> |

