Home
last modified time | relevance | path

Searched refs:of_root_f (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dglobal_data.h92 struct device_node *of_root_f; /* U-Boot of-root instance */ member
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dkernel_dtb.c380 gd->of_root_f = gd->of_root; in init_kernel_dtb()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c426 for (np = gd->of_root_f; np; np = of_find_all_nodes(np)) { in of_find_node_by_phandle()