Searched refs:fdtdec_get_config_int (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/common/ |
H A D | autoboot.c | 279 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 D | cli.c | 156 return fdtdec_get_config_int(gd->fdt_blob, "bootsecure", 0) != 0; in cli_process_fdt()
|
H A D | board_r.c | 428 return fdtdec_get_config_int(gd->fdt_blob, "load-environment", 1); in should_load_env()
|
/openbmc/u-boot/common/spl/ |
H A D | spl_spi.c | 94 payload_offs = fdtdec_get_config_int(gd->fdt_blob, in spl_spi_load_image()
|
/openbmc/u-boot/doc/device-tree-bindings/ |
H A D | config.txt | 5 of the control device tree. You can access these using fdtdec_get_config_int(),
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 756 int fdtdec_get_config_int(const void *blob, const char *prop_name,
|
/openbmc/u-boot/env/ |
H A D | mmc.c | 98 return fdtdec_get_config_int(gd->fdt_blob, propname, defvalue); in mmc_offset()
|
/openbmc/u-boot/disk/ |
H A D | part_efi.c | 582 config_offset = fdtdec_get_config_int(gd->fdt_blob, in partition_entries_offset()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 897 int fdtdec_get_config_int(const void *blob, const char *prop_name, in fdtdec_get_config_int() function
|