Lines Matching defs:value
228 printf(" GPR register (name or offset) and value: ");
231 const char *value;
233 if (read_two_values(&name, &value))
237 uint32_t val = strtoul(value, NULL, 0);
246 printf(" Control register (name or offset) and value: ");
249 const char *value;
251 if (read_two_values(&name, &value))
255 uint32_t val = strtoul(value, NULL, 0);
281 printf(" GPU register (name or offset) and value: ");
284 const char *value;
286 if (read_two_values(&name, &value))
290 uint32_t val = strtoul(value, NULL, 0);
316 printf(" GPU memory offset and value: ");
319 const char *value;
321 if (read_two_values(&offset, &value))
325 uint32_t val = strtoul(value, NULL, 0);