Searched refs:fdt_get_alias (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
H A D | fdt.c | 47 enet_path = fdt_get_alias(fdt, enet); in ft_fixup_enet_phy_connect_type() 51 phy_path = fdt_get_alias(fdt, phy); in ft_fixup_enet_phy_connect_type() 114 sysclk_path = fdt_get_alias(blob, "sysclk"); in ft_cpu_setup()
|
/openbmc/u-boot/board/freescale/common/ |
H A D | fman.c | 41 path = fdt_get_alias(fdt, alias); in fdt_set_phy_handle()
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | spl-boot-order.c | 130 alias = fdt_get_alias(blob, conf); in board_boot_order()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | ti-musb.c | 63 alias_path = fdt_get_alias(fdt, alias); in ti_musb_get_usb_index()
|
/openbmc/u-boot/board/freescale/corenet_ds/ |
H A D | eth_hydra.c | 199 const char *path = fdt_get_alias(fdt, alias); in fdt_set_mdio_mux()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt.h | 741 const char *fdt_get_alias(const void *fdt, const char *name);
|
H A D | fdt_ro.c | 454 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias() function
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt.h | 870 const char *fdt_get_alias(const void *fdt, const char *name);
|
H A D | fdt_ro.c | 537 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias() function
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_ro.c | 363 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias() function
|
/openbmc/u-boot/board/sunxi/ |
H A D | board.c | 806 if (!fdt_get_alias(fdt, ethaddr)) in setup_environment()
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.c | 647 slave_path = fdt_get_alias(fdt, alias); in ft_board_setup()
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | gw_ventana.c | 1157 if (fdt_fixup_display(blob, fdt_get_alias(blob, "lvds0"), in ft_board_setup()
|