<reg32 offset="0x0200" name="CSC_CONFIG"/>
<array offset="0x2000" name="CSC" length="1" stride="0x700">
- <use-group name="mdp4_csc"/>
+ <use-group ref="mdp4_csc"/>
</array>
</array>
<reg32 offset="0x1004" name="FETCH_CONFIG"/>
<array offset="0x3000" name="CSC" length="1" stride="0x700">
- <use-group name="mdp4_csc"/>
+ <use-group ref="mdp4_csc"/>
</array>
</array>
<reg32 offset="0x1008" name="SOLID_COLOR"/>
<array offset="0x4000" name="CSC" length="1" stride="0x700">
- <use-group name="mdp4_csc"/>
+ <use-group ref="mdp4_csc"/>
</array>
</array>
res->type = RNN_ETYPE_USE_GROUP;
xmlAttr *attr = node->properties;
while (attr) {
- if (!strcmp(attr->name, "name")) {
+ if (!strcmp(attr->name, "ref")) {
res->name = strdup(getattrib(db, file, node->line, attr));
} else {
rnn_err(db, "%s:%d: wrong attribute \"%s\" for %s\n", file, node->line, attr->name, node->name);