Searched refs:enet_path (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dfdt.c30 const char *enet_path, *phy_path; local
52 enet_path = fdt_get_alias(fdt, enet);
53 if (!enet_path)
66 do_fixup_by_path_u32(fdt, enet_path,
69 do_fixup_by_path(fdt, enet_path, "phy-connection-type",
/u-boot/board/freescale/ls1012aqds/
H A Dls1012aqds.c189 char *enet_path, char *mdio_path)
191 do_fixup_by_path(set_blob, enet_path, "fsl,gemac-bus-id",
193 do_fixup_by_path(set_blob, enet_path, "fsl,gemac-phy-id",
195 do_fixup_by_path(set_blob, enet_path, "fsl,mdio-mux-val",
197 do_fixup_by_path(set_blob, enet_path, "phy-mode",
188 pfe_set_properties(void *set_blob, struct pfe_prop_val prop_val, char *enet_path, char *mdio_path) argument

Completed in 50 milliseconds