Lines Matching defs:tmp
1327 fdt32_t tmp = cpu_to_fdt32(val);
1328 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1362 fdt64_t tmp = cpu_to_fdt64(val);
1363 return fdt_setprop_inplace(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1482 fdt32_t tmp = cpu_to_fdt32(val);
1483 return fdt_property(fdt, name, &tmp, sizeof(tmp));
1487 fdt64_t tmp = cpu_to_fdt64(val);
1488 return fdt_property(fdt, name, &tmp, sizeof(tmp));
1694 fdt32_t tmp = cpu_to_fdt32(val);
1695 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1729 fdt64_t tmp = cpu_to_fdt64(val);
1730 return fdt_setprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1872 fdt32_t tmp = cpu_to_fdt32(val);
1873 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));
1907 fdt64_t tmp = cpu_to_fdt64(val);
1908 return fdt_appendprop(fdt, nodeoffset, name, &tmp, sizeof(tmp));