Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A 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()
H A Dcli.c156 return fdtdec_get_config_int(gd->fdt_blob, "bootsecure", 0) != 0; in cli_process_fdt()
H A Dboard_r.c428 return fdtdec_get_config_int(gd->fdt_blob, "load-environment", 1); in should_load_env()
/openbmc/u-boot/common/spl/
H A Dspl_spi.c94 payload_offs = fdtdec_get_config_int(gd->fdt_blob, in spl_spi_load_image()
/openbmc/u-boot/doc/device-tree-bindings/
H A Dconfig.txt5 of the control device tree. You can access these using fdtdec_get_config_int(),
/openbmc/u-boot/include/
H A Dfdtdec.h756 int fdtdec_get_config_int(const void *blob, const char *prop_name,
/openbmc/u-boot/env/
H A Dmmc.c98 return fdtdec_get_config_int(gd->fdt_blob, propname, defvalue); in mmc_offset()
/openbmc/u-boot/disk/
H A Dpart_efi.c582 config_offset = fdtdec_get_config_int(gd->fdt_blob, in partition_entries_offset()
/openbmc/u-boot/lib/
H A Dfdtdec.c897 int fdtdec_get_config_int(const void *blob, const char *prop_name, in fdtdec_get_config_int() function