Home
last modified time | relevance | path

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

/u-boot/common/
A Dautoboot.c323 addr = fdtdec_get_config_int(gd->fdt_blob, "kernel-offset", 0); in process_fdt_options()
328 addr = fdtdec_get_config_int(gd->fdt_blob, "rootdisk-offset", 0); in process_fdt_options()
345 bootdelay = fdtdec_get_config_int(gd->fdt_blob, "bootdelay", in bootdelay_process()
A Dcli.c168 return fdtdec_get_config_int(gd->fdt_blob, "bootsecure", 0) != 0; in cli_process_fdt()
A Dboard_r.c445 return fdtdec_get_config_int(gd->fdt_blob, in should_load_env()
/u-boot/common/spl/
A Dspl_spi.c107 payload_offs = fdtdec_get_config_int(gd->fdt_blob, in spl_spi_load_image()
/u-boot/doc/device-tree-bindings/
A Dconfig.txt5 of the control device tree. You can access these using fdtdec_get_config_int(),
/u-boot/include/
A Dfdtdec.h760 int fdtdec_get_config_int(const void *blob, const char *prop_name,
/u-boot/env/
A Dmmc.c93 return fdtdec_get_config_int(gd->fdt_blob, propname, defvalue); in mmc_offset()
/u-boot/disk/
A Dpart_efi.c565 config_offset = fdtdec_get_config_int(gd->fdt_blob, in partition_entries_offset()
/u-boot/lib/
A Dfdtdec.c869 int fdtdec_get_config_int(const void *blob, const char *prop_name, in fdtdec_get_config_int() function

Completed in 13 milliseconds