Searched refs:fdtdec_get_config_int (Results 1 – 9 of 9) sorted by relevance
/u-boot/common/ |
A D | autoboot.c | 323 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 D | cli.c | 168 return fdtdec_get_config_int(gd->fdt_blob, "bootsecure", 0) != 0; in cli_process_fdt()
|
A D | board_r.c | 445 return fdtdec_get_config_int(gd->fdt_blob, in should_load_env()
|
/u-boot/common/spl/ |
A D | spl_spi.c | 107 payload_offs = fdtdec_get_config_int(gd->fdt_blob, in spl_spi_load_image()
|
/u-boot/doc/device-tree-bindings/ |
A D | config.txt | 5 of the control device tree. You can access these using fdtdec_get_config_int(),
|
/u-boot/include/ |
A D | fdtdec.h | 760 int fdtdec_get_config_int(const void *blob, const char *prop_name,
|
/u-boot/env/ |
A D | mmc.c | 93 return fdtdec_get_config_int(gd->fdt_blob, propname, defvalue); in mmc_offset()
|
/u-boot/disk/ |
A D | part_efi.c | 565 config_offset = fdtdec_get_config_int(gd->fdt_blob, in partition_entries_offset()
|
/u-boot/lib/ |
A D | fdtdec.c | 869 int fdtdec_get_config_int(const void *blob, const char *prop_name, in fdtdec_get_config_int() function
|
Completed in 13 milliseconds