Searched refs:fdtdec_get_config_int (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | autoboot.c | 281 addr = fdtdec_get_config_int(gd->fdt_blob, "kernel-offset", 0); 286 addr = fdtdec_get_config_int(gd->fdt_blob, "rootdisk-offset", 0); 313 bootdelay = fdtdec_get_config_int(gd->fdt_blob, "bootdelay",
|
| H A D | cli.c | 160 return fdtdec_get_config_int(gd->fdt_blob, "bootsecure", 0) != 0; in cli_process_fdt()
|
| H A D | board_r.c | 499 return fdtdec_get_config_int(gd->fdt_blob, "load-environment", 1); in should_load_env()
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_spi.c | 98 payload_offs = fdtdec_get_config_int(gd->fdt_blob,
|
| /OK3568_Linux_fs/u-boot/spl/lib/ |
| H A D | fdtdec.su | |
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | fdtdec.su | |
| H A D | fdtdec.c | 865 int fdtdec_get_config_int(const void *blob, const char *prop_name, in fdtdec_get_config_int() function
|
| /OK3568_Linux_fs/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(),
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fdtdec.h | 747 int fdtdec_get_config_int(const void *blob, const char *prop_name,
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | mmc.c | 99 return fdtdec_get_config_int(gd->fdt_blob, propname, defvalue); in mmc_offset()
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_efi.c | 742 config_offset = fdtdec_get_config_int(gd->fdt_blob, in partition_entries_offset()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.map | |
| H A D | u-boot.sym | |