Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dautoboot.c281 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 Dcli.c160 return fdtdec_get_config_int(gd->fdt_blob, "bootsecure", 0) != 0; in cli_process_fdt()
H A Dboard_r.c499 return fdtdec_get_config_int(gd->fdt_blob, "load-environment", 1); in should_load_env()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_spi.c98 payload_offs = fdtdec_get_config_int(gd->fdt_blob,
/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A Dconfig.txt5 of the control device tree. You can access these using fdtdec_get_config_int(),
/rk3399_rockchip-uboot/include/
H A Dfdtdec.h747 int fdtdec_get_config_int(const void *blob, const char *prop_name,
/rk3399_rockchip-uboot/env/
H A Dmmc.c99 return fdtdec_get_config_int(gd->fdt_blob, propname, defvalue); in mmc_offset()
/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c795 config_offset = fdtdec_get_config_int(gd->fdt_blob, in partition_entries_offset()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c871 int fdtdec_get_config_int(const void *blob, const char *prop_name, in fdtdec_get_config_int() function