diff options
| author | Evan Lojewski <github@meklort.com> | 2019-08-03 10:28:44 -0600 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-08-03 10:28:44 -0600 |
| commit | 9a2248f5f838135faa310a22e71ddd6ceea649f2 (patch) | |
| tree | cafe33d584773d8f0fc4925b5446019986d2acbc /ipxact | |
| parent | 8837f08deb6f63610359dbe831cc3f29e91f36a2 (diff) | |
| download | bcm5719-ortega-9a2248f5f838135faa310a22e71ddd6ceea649f2.tar.gz bcm5719-ortega-9a2248f5f838135faa310a22e71ddd6ceea649f2.zip | |
Enable printing NVM registers, clenaup additional prints.
Diffstat (limited to 'ipxact')
| -rw-r--r-- | ipxact/DEVICE.xml | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/ipxact/DEVICE.xml b/ipxact/DEVICE.xml index be5f4ad..f76093c 100644 --- a/ipxact/DEVICE.xml +++ b/ipxact/DEVICE.xml @@ -279,6 +279,84 @@ </ipxact:field> </ipxact:register> <ipxact:register> + <ipxact:name>PCI_CLOCK_CONTROL</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:addressOffset>0x74</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>Core Clk Disable</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>9</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>RX Clk Disable</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>10</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>TX Clk Disable</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>11</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Alt Clk</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>12</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Power Down PLL 133</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>15</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>44MHz Core</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>18</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>625 Core</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>20</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Force Clk Run</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>21</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Clk Run OEN</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>22</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Delay PCI Grant</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>31</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + </ipxact:register> + <ipxact:register> <ipxact:name>REGISTER_BASE</ipxact:name> <ipxact:description>Local controller memory address of a register than can be written or read by writing to the register data register.</ipxact:description> <ipxact:addressOffset>0x78</ipxact:addressOffset> |

