Searched refs:enet_path (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
H A D | fdt.c | 26 const char *enet_path, *phy_path; in ft_fixup_enet_phy_connect_type() local 47 enet_path = fdt_get_alias(fdt, enet); in ft_fixup_enet_phy_connect_type() 48 if (!enet_path) in ft_fixup_enet_phy_connect_type() 61 do_fixup_by_path_u32(fdt, enet_path, in ft_fixup_enet_phy_connect_type() 64 do_fixup_by_path(fdt, enet_path, "phy-connection-type", in ft_fixup_enet_phy_connect_type()
|
/openbmc/u-boot/board/freescale/ls1012aqds/ |
H A D | ls1012aqds.c | 176 char *enet_path, char *mdio_path) in pfe_set_properties() argument 178 do_fixup_by_path(set_blob, enet_path, "fsl,gemac-bus-id", in pfe_set_properties() 180 do_fixup_by_path(set_blob, enet_path, "fsl,gemac-phy-id", in pfe_set_properties() 182 do_fixup_by_path(set_blob, enet_path, "fsl,mdio-mux-val", in pfe_set_properties() 184 do_fixup_by_path(set_blob, enet_path, "phy-mode", in pfe_set_properties()
|