Searched refs:fdtdec_get_config_string (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/arch/arm/mach-rockchip/ |
D | rk3188-board-spl.c | 42 bootdev = fdtdec_get_config_string(blob, "u-boot,boot0"); in spl_boot_device() 164 led_name = fdtdec_get_config_string(gd->fdt_blob, "u-boot,boot-led"); in setup_led()
|
D | rk3288-board-spl.c | 44 bootdev = fdtdec_get_config_string(blob, "u-boot,boot0"); in spl_boot_device() 224 led_name = fdtdec_get_config_string(gd->fdt_blob, "u-boot,boot-led"); in setup_led()
|
/external/u-boot/common/ |
D | cli.c | 148 char *env = fdtdec_get_config_string(gd->fdt_blob, "bootcmd"); in cli_process_fdt()
|
/external/u-boot/doc/device-tree-bindings/ |
D | config.txt | 6 fdtdec_get_config_bool() and fdtdec_get_config_string().
|
/external/u-boot/drivers/video/exynos/ |
D | exynos_mipi_dsi.c | 288 lcd_dt->name = fdtdec_get_config_string(blob, in exynos_dsim_config_parse_dt()
|
/external/u-boot/include/ |
D | fdtdec.h | 765 char *fdtdec_get_config_string(const void *blob, const char *prop_name);
|
/external/u-boot/env/ |
D | mmc.c | 81 str = fdtdec_get_config_string(gd->fdt_blob, dt_prop.partition); in mmc_offset()
|
/external/u-boot/lib/ |
D | fdtdec.c | 906 char *fdtdec_get_config_string(const void *blob, const char *prop_name) in fdtdec_get_config_string() function
|