Lines Matching defs:value
61 phandle = be32_to_cpup(prop->value);
65 *(__be32 *)prop->value = cpu_to_be32(overlay->phandle);
77 char *value, *cur, *end, *node_path, *prop_name, *s;
81 value = kmemdup(prop_fixup->value, prop_fixup->length, GFP_KERNEL);
82 if (!value)
86 end = value + prop_fixup->length;
87 for (cur = value; cur < end; cur += len + 1) {
130 *(__be32 *)(prop->value + offset) = cpu_to_be32(phandle);
134 kfree(value);
157 * value(s). The values at these offsets will be fixed up.
191 off = be32_to_cpu(((__be32 *)prop_fix->value)[i]);
195 be32_add_cpu(prop->value + off, phandle_delta);
261 * Return: %0 on success or a negative error value on error.