Lines Matching defs:value
34 const char *default_val; /* default value if node/property not found */
58 int value;
94 value = size == 4 ? fdt32_to_cpu(*(const uint32_t *)p) :
96 printf(fmt, value);
195 const void *value = NULL;
209 value = fdt_getprop(blob, node, property, &len);
210 if (value) {
211 if (show_data(disp, value, len))
269 "Each value is printed on a new line.\n\n"
277 "\t-d\t\tDefault value to display when the property is "