Searched refs:gmac_node (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3568/ |
| H A D | rk3568.c | 1037 int gmac_node, clkin_node, miim_node, len; in rk3568_board_fdt_fixup_ethernet() local 1051 gmac_node = fdt_path_offset(gd->fdt_blob, gmac_path); in rk3568_board_fdt_fixup_ethernet() 1052 if (gmac_node < 0) in rk3568_board_fdt_fixup_ethernet() 1056 if (fdt_stringlist_search(fdt, gmac_node, in rk3568_board_fdt_fixup_ethernet() 1058 if (fdt_stringlist_search(fdt, gmac_node, in rk3568_board_fdt_fixup_ethernet() 1060 if (fdt_stringlist_search(fdt, gmac_node, in rk3568_board_fdt_fixup_ethernet() 1076 pp = (u32 *)fdt_getprop(blob, gmac_node, in rk3568_board_fdt_fixup_ethernet() 1116 pp = (u32 *)fdt_getprop(blob, gmac_node, "pinctrl-0", &len); in rk3568_board_fdt_fixup_ethernet()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rv1106/ |
| H A D | rv1106.c | 562 int gmac_node; in rk_board_fdt_pwrdn_gmac() local 572 gmac_node = fdt_path_offset(gd->fdt_blob, GMAC_NODE_FDT_PATH); in rk_board_fdt_pwrdn_gmac() 573 if (fdt_stringlist_search(fdt, gmac_node, "status", "disabled") >= 0) { in rk_board_fdt_pwrdn_gmac()
|