Lines Matching defs:tmp
1395 fdt32_t tmp = cpu_to_fdt32(val);
1396 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1430 fdt64_t tmp = cpu_to_fdt64(val);
1431 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1550 fdt32_t tmp = cpu_to_fdt32(val);
1551 return fdt_property(fdt, name, &tmp, sizeof(tmp));
1555 fdt64_t tmp = cpu_to_fdt64(val);
1556 return fdt_property(fdt, name, &tmp, sizeof(tmp));
1835 fdt32_t tmp = cpu_to_fdt32(val);
1836 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1870 fdt64_t tmp = cpu_to_fdt64(val);
1871 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
2045 fdt32_t tmp = cpu_to_fdt32(val);
2046 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
2080 fdt64_t tmp = cpu_to_fdt64(val);
2081 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));