| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | fdt.h | 13 fdt32_t magic; /* magic word FDT_MAGIC */ 14 fdt32_t totalsize; /* total size of DT block */ 15 fdt32_t off_dt_struct; /* offset to structure */ 16 fdt32_t off_dt_strings; /* offset to strings */ 17 fdt32_t off_mem_rsvmap; /* offset to memory reserve map */ 18 fdt32_t version; /* format version */ 19 fdt32_t last_comp_version; /* last compatible version */ 22 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're 25 fdt32_t size_dt_strings; /* size of the strings block */ 28 fdt32_t size_dt_struct; /* size of the structure block */ [all …]
|
| H A D | libfdt_env.h | 26 typedef uint32_t FDT_BITWISE fdt32_t; typedef 47 static inline uint32_t fdt32_to_cpu(fdt32_t x) in fdt32_to_cpu() 51 static inline fdt32_t cpu_to_fdt32(uint32_t x) in cpu_to_fdt32() 53 return (FDT_FORCE fdt32_t)CPU_TO_FDT32(x); in cpu_to_fdt32()
|
| H A D | fdt_addresses.c | 16 const fdt32_t *c; in fdt_cells() 87 prop += addr_cells * sizeof(fdt32_t); in fdt_appendprop_addrrange() 100 (addr_cells + size_cells) * sizeof(fdt32_t)); in fdt_appendprop_addrrange()
|
| H A D | fdt_overlay.c | 30 const fdt32_t *val; in overlay_get_target_phandle() 104 fdt32_t *valp, val; in overlay_phandle_add_offset() 211 const fdt32_t *fixup_val; in overlay_update_local_node_references() 236 fdt32_t *refp; in overlay_update_local_node_references() 238 refp = (fdt32_t *)(tree_val + fdt32_ld_(fixup_val + i)); in overlay_update_local_node_references() 337 fdt32_t phandle_prop; in overlay_fixup_one_phandle() 514 const fdt32_t *php; in overlay_adjust_local_conflicting_phandle() 558 const fdt32_t *fixup_val; in overlay_update_node_conflicting_references() 583 fdt32_t *refp; in overlay_update_node_conflicting_references() 586 refp = (fdt32_t *)(tree_val + fdt32_ld_(fixup_val + i)); in overlay_update_node_conflicting_references()
|
| H A D | libfdt.h | 141 static inline uint32_t fdt32_ld(const fdt32_t *p) in fdt32_ld() 1388 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32() 1543 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32() 1755 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32() 1933 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32()
|
| H A D | libfdt_internal.h | 58 static inline uint32_t fdt32_ld_(const fdt32_t *p) in fdt32_ld_()
|
| H A D | fdt_wip.c | 53 fdt32_t *p; in fdt_nop_region_()
|
| H A D | fdt_sw.c | 238 fdt32_t *en; in fdt_end_node() 340 fdt32_t *end; in fdt_finish()
|
| H A D | fdt_rw.c | 341 fdt32_t *endtag; in fdt_add_subnode_namelen() 371 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE); in fdt_add_subnode_namelen()
|
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | stm32mp_clkfunc.c | 51 const fdt32_t *cuint; in fdt_osc_read_freq() 227 const fdt32_t *fdt_rcc_read_prop(const char *prop_name, int *lenp) in fdt_rcc_read_prop() 229 const fdt32_t *cuint; in fdt_rcc_read_prop() 279 const fdt32_t *cuint; in fdt_get_clock_id()
|
| /rk3399_ARM-atf/common/ |
| H A D | fdt_wrappers.c | 29 const fdt32_t *prop; in fdt_read_uint32_array() 224 *(fdt32_t *)value = cpu_to_fdt32(*(uint32_t *)value); in fdtw_write_inplace_cells() 280 uint64_t fdt_read_prop_cells(const fdt32_t *prop, int nr_cells) in fdt_read_prop_cells() 294 const fdt32_t *prop; in fdt_get_reg_props_by_index() 408 static bool fdtw_xlat_hit(const fdt32_t *value, int child_addr_size, in fdtw_xlat_hit() 443 const fdt32_t *next_entry; in fdtw_search_all_xlat_entries() 476 next_entry = (const fdt32_t *)ranges_prop->data; in fdtw_search_all_xlat_entries()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_dt.c | 134 const fdt32_t *cuint; in dt_fill_device_info() 210 const fdt32_t *cuint; in dt_match_instance_by_compatible() 331 const fdt32_t *cuint; in dt_find_otp_name() 389 const fdt32_t *cuint; in fdt_get_gpio_bank_pin_count()
|
| H A D | stm32mp_gic.c | 48 const fdt32_t *cuint; in stm32mp_gic_init()
|
| /rk3399_ARM-atf/include/drivers/st/ |
| H A D | stm32mp_clkfunc.h | 25 const fdt32_t *fdt_rcc_read_prop(const char *prop_name, int *lenp);
|
| /rk3399_ARM-atf/plat/amd/common/ |
| H A D | plat_fdt.c | 98 const fdt32_t *reg_prop; in retrieve_reserved_entries()
|
| /rk3399_ARM-atf/drivers/st/gpio/ |
| H A D | stm32_gpio.c | 42 const fdt32_t *cuint; in ckeck_gpio_bank() 70 const fdt32_t *cuint, *slewrate; in dt_set_gpio_config() 183 const fdt32_t *cuint; in dt_set_pinctrl_config()
|
| /rk3399_ARM-atf/plat/st/stm32mp1/ |
| H A D | stm32mp1_fconf_firewall.c | 29 fdt32_t id_attr[STM32MP_MAX_REGIONS];
|
| H A D | stm32mp1_syscfg.c | 164 const fdt32_t *cuint; in get_regu_max_voltage()
|
| /rk3399_ARM-atf/include/common/ |
| H A D | fdt_wrappers.h | 52 uint64_t fdt_read_prop_cells(const fdt32_t *prop, int nr_cells);
|
| /rk3399_ARM-atf/drivers/st/regulator/ |
| H A D | regulator_core.c | 85 const fdt32_t *cuint; in get_supply_phandle() 427 const fdt32_t *cuint; in parse_properties() 463 const fdt32_t *cuint; in parse_dt()
|
| /rk3399_ARM-atf/plat/qemu/qemu_sbsa/ |
| H A D | sbsa_platform.c | 141 const fdt32_t *prop; in read_meminfo_from_dt() 292 const fdt32_t *prop; in set_system_memory_base()
|
| /rk3399_ARM-atf/drivers/allwinner/axp/ |
| H A D | common.c | 60 const fdt32_t *prop; in fdt_get_regulator_millivolt()
|
| /rk3399_ARM-atf/drivers/st/pmic/ |
| H A D | stm32mp_pmic2.c | 90 const fdt32_t *cuint; in dt_pmic2_i2c_config() 419 const fdt32_t *cuint; in register_pmic2()
|
| /rk3399_ARM-atf/drivers/mtd/spi-mem/ |
| H A D | spi_mem.c | 194 const fdt32_t *cuint = NULL; in spi_mem_init_slave()
|
| /rk3399_ARM-atf/drivers/st/rif/ |
| H A D | stm32mp2_risaf.c | 254 const fdt32_t *cuint; in risaf_register_region() 342 const fdt32_t *conf_list; in risaf_parse_fdt()
|