Searched refs:enet_path (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/arch/arm/cpu/armv7/ls102xa/ |
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()
|
/external/u-boot/board/freescale/ls1012aqds/ |
D | ls1012aqds.c | 159 char *enet_path, char *mdio_path) in pfe_set_properties() argument 161 do_fixup_by_path(set_blob, enet_path, "fsl,gemac-bus-id", in pfe_set_properties() 163 do_fixup_by_path(set_blob, enet_path, "fsl,gemac-phy-id", in pfe_set_properties() 165 do_fixup_by_path(set_blob, enet_path, "fsl,mdio-mux-val", in pfe_set_properties() 167 do_fixup_by_path(set_blob, enet_path, "phy-mode", in pfe_set_properties()
|