fdt_get_phandle
cpu_phandle = fdt_get_phandle(fdt, cpu_off);
cpu_phandle = fdt_get_phandle(fdt, cpu_off);
return fdt_get_phandle(initial_boot_params, node);
phandle = fdt_get_phandle(fdt, symbol_off);
fdt_phandle = fdt_get_phandle(fdt, fdtnode);
fdto_phandle = fdt_get_phandle(fdto, fdtonode);
value = fdt_get_phandle(fdt, offset);
if (fdt_get_phandle(fdt, offset) == phandle)
uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);