intel/genxml: turn SLM Enable bit into boolean
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -3546,7 +3546,7 @@
|
||||
</register>
|
||||
|
||||
<register name="L3CNTLREG" length="1" num="0x7034">
|
||||
<field name="SLM Enable" start="0" end="0" type="uint"/>
|
||||
<field name="SLM Enable" start="0" end="0" type="bool"/>
|
||||
<field name="URB Allocation" start="1" end="7" type="uint"/>
|
||||
<field name="RO Allocation" start="11" end="17" type="uint"/>
|
||||
<field name="DC Allocation" start="18" end="24" type="uint"/>
|
||||
|
||||
@@ -3199,7 +3199,7 @@
|
||||
</register>
|
||||
|
||||
<register name="L3CNTLREG" length="1" num="0x7034">
|
||||
<field name="SLM Enable" start="0" end="0" type="uint"/>
|
||||
<field name="SLM Enable" start="0" end="0" type="bool"/>
|
||||
<field name="URB Allocation" start="1" end="7" type="uint"/>
|
||||
<field name="RO Allocation" start="11" end="17" type="uint"/>
|
||||
<field name="DC Allocation" start="18" end="24" type="uint"/>
|
||||
|
||||
@@ -3484,7 +3484,7 @@
|
||||
</register>
|
||||
|
||||
<register name="L3CNTLREG" length="1" num="0x7034">
|
||||
<field name="SLM Enable" start="0" end="0" type="uint"/>
|
||||
<field name="SLM Enable" start="0" end="0" type="bool"/>
|
||||
<field name="URB Allocation" start="1" end="7" type="uint"/>
|
||||
<field name="RO Allocation" start="11" end="17" type="uint"/>
|
||||
<field name="DC Allocation" start="18" end="24" type="uint"/>
|
||||
|
||||
Reference in New Issue
Block a user