Lines Matching refs:val
92 const char *name, u32 *val)
95 *val = 0;
99 if (of_property_read_u32(node, name, val) == 0) {
220 unsigned int *val)
224 return vexpress_syscfg_exec(func, index, false, val);
228 unsigned int val)
232 return vexpress_syscfg_exec(func, index, true, &val);
254 const __be32 *val = NULL;
271 val = prop->value;
280 energy_quirk[0] = *val;
281 energy_quirk[2] = *val++;
282 energy_quirk[1] = *val;
283 energy_quirk[3] = cpu_to_be32(be32_to_cpup(val) + 1);
284 val = energy_quirk;
297 function = be32_to_cpup(val++);
298 device = be32_to_cpup(val++);