Home
last modified time | relevance | path

Searched refs:gmac_node (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3568/
H A Drk3568.c1059 int gmac_node, clkin_node, miim_node, len; in rk3568_board_fdt_fixup_ethernet() local
1073 gmac_node = fdt_path_offset(gd->fdt_blob, gmac_path); in rk3568_board_fdt_fixup_ethernet()
1074 if (gmac_node < 0) in rk3568_board_fdt_fixup_ethernet()
1078 if (fdt_stringlist_search(fdt, gmac_node, in rk3568_board_fdt_fixup_ethernet()
1080 if (fdt_stringlist_search(fdt, gmac_node, in rk3568_board_fdt_fixup_ethernet()
1082 if (fdt_stringlist_search(fdt, gmac_node, in rk3568_board_fdt_fixup_ethernet()
1098 pp = (u32 *)fdt_getprop(blob, gmac_node, in rk3568_board_fdt_fixup_ethernet()
1138 pp = (u32 *)fdt_getprop(blob, gmac_node, "pinctrl-0", &len); in rk3568_board_fdt_fixup_ethernet()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1106/
H A Drv1106.c619 int gmac_node; in rk_board_fdt_pwrdn_gmac() local
629 gmac_node = fdt_path_offset(gd->fdt_blob, GMAC_NODE_FDT_PATH); in rk_board_fdt_pwrdn_gmac()
630 if (fdt_stringlist_search(fdt, gmac_node, "status", "disabled") >= 0) { in rk_board_fdt_pwrdn_gmac()