Lines Matching refs:val
39 struct property *build_property(char *name, struct data val,
47 new->val = val;
175 old_prop->val = new_prop->val;
347 d = data_add_marker(p->val, type, name);
349 p->val = d;
437 assert(prop->val.len == sizeof(cell_t));
438 return fdt32_to_cpu(*((fdt32_t *)prop->val.val));
443 assert(prop->val.len / sizeof(cell_t) >= n);
444 return fdt32_to_cpu(*((fdt32_t *)prop->val.val + n));
484 m = p->val.markers;
665 if (!reg || (reg->val.len != sizeof(uint32_t)))
898 m = prop->val.markers;
950 m = prop->val.markers;
969 m = prop->val.markers;
1031 m = prop->val.markers;