Home
last modified time | relevance | path

Searched refs:fdtdec_get_config_int (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/common/
Dautoboot.c279 addr = fdtdec_get_config_int(gd->fdt_blob, "kernel-offset", 0); in process_fdt_options()
284 addr = fdtdec_get_config_int(gd->fdt_blob, "rootdisk-offset", 0); in process_fdt_options()
301 bootdelay = fdtdec_get_config_int(gd->fdt_blob, "bootdelay", in bootdelay_process()
Dcli.c156 return fdtdec_get_config_int(gd->fdt_blob, "bootsecure", 0) != 0; in cli_process_fdt()
Dboard_r.c443 return fdtdec_get_config_int(gd->fdt_blob, "load-environment", 1); in should_load_env()
/external/u-boot/common/spl/
Dspl_spi.c95 payload_offs = fdtdec_get_config_int(gd->fdt_blob, in spl_spi_load_image()
/external/u-boot/doc/device-tree-bindings/
Dconfig.txt5 of the control device tree. You can access these using fdtdec_get_config_int(),
/external/u-boot/include/
Dfdtdec.h744 int fdtdec_get_config_int(const void *blob, const char *prop_name,
/external/u-boot/env/
Dmmc.c98 return fdtdec_get_config_int(gd->fdt_blob, propname, defvalue); in mmc_offset()
/external/u-boot/disk/
Dpart_efi.c583 config_offset = fdtdec_get_config_int(gd->fdt_blob, in partition_entries_offset()
/external/u-boot/lib/
Dfdtdec.c880 int fdtdec_get_config_int(const void *blob, const char *prop_name, in fdtdec_get_config_int() function