Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / sam / cpus / vonk / n2 / lib / ras / xml / N2_DramFbdCountReg.xml
CommitLineData
920dae64
AT
1<!-- interpreter=xml2reg args='-t' -->
2<register_list>
3<register name="DRAM_FBD_COUNT_REG (DRAM_FBD_COUNT_REG)">
4 <class_name>N2_DramFbdCountReg</class_name>
5 <submodule>N2</submodule>
6 <comment>
7DRAM FBD Count Register. This register controls the sending of FDB
8Recoverable interrupts to the NCU.
9TABLE 12-39 shows the format of the DRAM FDB Count
10Register. TABLE 12-39 FBD Count Register - DRAM_FBD_COUNT_REG (0x84-0000-0c10) (Count 4 Step 4096)
11 </comment>
12 <base_address>0x8400000c10ULL</base_address>
13 <count>4</count>
14 <stride>4096</stride>
15 <priv>yes</priv>
16 <field name="RSVD">
17 <start_offset>17</start_offset>
18 <end_offset>63</end_offset>
19 <initial_value>0</initial_value>
20 <protection>RO</protection>
21 <field_type>ZERO</field_type>
22 <comment>
23Reserved
24 </comment>
25 </field>
26 <field name="COUNTONE">
27 <start_offset>16</start_offset>
28 <end_offset>16</end_offset>
29 <initial_value>0</initial_value>
30 <protection>RW</protection>
31 <field_type>NORMAL</field_type>
32 <comment>
33If set, the MCU will generate an interrupt to the NCU on every FBR error.
34 <format type="hex"/>
35 </comment>
36 </field>
37 <field name="COUNT">
38 <start_offset>0</start_offset>
39 <end_offset>15</end_offset>
40 <initial_value>0</initial_value>
41 <protection>RW</protection>
42 <field_type>NORMAL</field_type>
43 <format type="hex"/>
44 <comment>
45Count of FBR errors, decremented on every FBR error if COUNTONE is not
46set. When this value decrements from 1 to 0, an FBR interrupt will be
47sent to the NCU.
48 </comment>
49 </field>
50</register>
51</register_list>