diff options
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml | 12 | ||||
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml | 22 |
2 files changed, 34 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml index ea7118d0..5b6fdf55 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml @@ -549,5 +549,17 @@ attribute tank <name>ATTR_PROC_FABRIC_PUMP_MODE</name> <value>0x2</value> </entry> + <entry> + <name>ATTR_SECTOR_BUFFER_STRENGTH</name> + <value>0x0</value> + </entry> + <entry> + <name>ATTR_PULSE_MODE_ENABLE</name> + <value>0x0</value> + </entry> + <entry> + <name>ATTR_PULSE_MODE_VALUE</name> + <value>0x0</value> + </entry> </entries> diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml index 582e55a1..f58006a3 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml @@ -663,6 +663,28 @@ <platInit/> </attribute> +<attribute> + <id>ATTR_SECTOR_BUFFER_STRENGTH</id> + <targetType>TARGET_TYPE_SYSTEM</targetType> + <description>Sector buffer strength</description> + <valueType>uint8</valueType> + <platInit/> +</attribute> + +<attribute> + <id>ATTR_PULSE_MODE_ENABLE</id> + <targetType>TARGET_TYPE_SYSTEM</targetType> + <description>enable the pulse mode</description> + <valueType>uint8</valueType> + <platInit/> +</attribute> +<attribute> + <id>ATTR_PULSE_MODE_VALUE</id> + <targetType>TARGET_TYPE_SYSTEM</targetType> + <description>value for pulse mode</description> + <valueType>uint8</valueType> + <platInit/> +</attribute> </attributes> |