| /optee_os/core/lib/libfdt/include/ |
| 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 | libfdt.h | 127 static inline uint32_t fdt32_ld(const fdt32_t *p) in fdt32_ld() 1287 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32() 1437 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32() 1648 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32() 1820 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32()
|
| /optee_os/core/drivers/ |
| H A D | aplic_priv.c | 26 const fdt32_t *val = NULL; in aplic_parse_fdt_node() 53 if (val && (size_t)len >= (2 * sizeof(fdt32_t))) { in aplic_parse_fdt_node() 54 len = len / sizeof(fdt32_t); in aplic_parse_fdt_node() 66 if (val && (size_t)len >= sizeof(fdt32_t)) { in aplic_parse_fdt_node()
|
| H A D | imsic.c | 252 const fdt32_t *val = NULL; in imisc_parse_fdt_node() 273 if (val && (size_t)len >= (2 * sizeof(fdt32_t))) { in imisc_parse_fdt_node() 274 len = len / sizeof(fdt32_t); in imisc_parse_fdt_node()
|
| H A D | stm32_cpu_opp.c | 273 const fdt32_t *cuint32 = NULL; in stm32_cpu_opp_is_supported() 321 const fdt32_t *cuint32 = NULL; in stm32_cpu_opp_get_dt_subnode() 443 const fdt32_t *cuint = NULL; in stm32_cpu_init()
|
| H A D | ls_sfp.c | 95 const fdt32_t *gpio_val = NULL; in ls_sfp_init() 96 const fdt32_t *pin_val = NULL; in ls_sfp_init()
|
| H A D | ls_dspi.c | 537 const fdt32_t *bus_num = NULL; in get_info_from_device_tree() 538 const fdt32_t *chip_select_num = NULL; in get_info_from_device_tree()
|
| H A D | stm32_gpio.c | 669 const fdt32_t *cuint = NULL; in get_pinctrl_from_fdt() 670 const fdt32_t *slewrate = NULL; in get_pinctrl_from_fdt() 906 const fdt32_t *cuint = NULL; in dt_get_bank_id() 1157 const fdt32_t *cuint = NULL; in stm32_parse_gpio_rif_conf() 1198 const fdt32_t *cuint = NULL; in dt_stm32_gpio_bank() 1317 const fdt32_t *cuint = NULL; in dt_stm32_gpio_pinctrl()
|
| /optee_os/core/lib/libfdt/ |
| 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() 119 const fdt32_t *val; in overlay_phandle_add_offset() 230 const fdt32_t *fixup_val; in overlay_update_local_node_references() 254 fdt32_t adj_val; in overlay_update_local_node_references() 375 fdt32_t phandle_prop; in overlay_fixup_one_phandle()
|
| H A D | fdt_wip.c | 53 fdt32_t *p; in fdt_nop_region_()
|
| H A D | fdt_sw.c | 230 fdt32_t *en; in fdt_end_node() 332 fdt32_t *end; in fdt_finish()
|
| H A D | fdt_rw.c | 326 fdt32_t *endtag; in fdt_add_subnode_namelen() 353 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE); in fdt_add_subnode_namelen()
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator_gpio.c | 132 const fdt32_t *cuint = NULL; in get_enable_gpio() 177 const fdt32_t *cuint = NULL; in get_voltage_level_gpio() 205 if (!cuint || len != 4 * sizeof(fdt32_t)) { in get_voltage_level_gpio()
|
| H A D | regulator_dt.c | 90 const fdt32_t *cuint = NULL; in get_supply_phandle() 275 const fdt32_t *cuint = NULL; in parse_dt()
|
| H A D | regulator_fixed.c | 79 const fdt32_t *cuint = NULL; in get_enable_gpio()
|
| /optee_os/core/kernel/ |
| H A D | dt.c | 196 const fdt32_t *reg = NULL; in fdt_get_reg_props_by_index() 317 const fdt32_t *cuint = NULL; in fdt_fill_device_info() 345 const fdt32_t *cuint = NULL; in fdt_read_uint32_array() 368 const fdt32_t *cuint = NULL; in fdt_read_uint32_index() 627 const fdt32_t *cuint = NULL; in add_cached_node_subtree() 898 fdt32_t v = cpu_to_fdt32((uint32_t)val); in set_dt_val()
|
| /optee_os/core/drivers/crypto/se050/glue/ |
| H A D | i2c_stm32.c | 40 const fdt32_t *cuint = NULL; in dt_i2c_bus_config()
|
| /optee_os/core/lib/scmi-server/ |
| H A D | scmi_reset_consumer.c | 70 const fdt32_t *cuint = NULL; in optee_scmi_server_init_resets()
|
| /optee_os/core/drivers/clk/sam/ |
| H A D | at91_cpu_opp.c | 89 const fdt32_t *cuint = NULL; in opp_rates_setup()
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pmic.c | 155 const fdt32_t *cuint = NULL; in dt_get_regu_low_power_config() 257 const fdt32_t *cuint = NULL; in save_cpu_supply_name() 618 const fdt32_t *cuint = NULL; in initialize_pmic_i2c()
|
| /optee_os/core/drivers/remoteproc/ |
| H A D | stm32_remoteproc.c | 228 const fdt32_t *list = NULL; in stm32_rproc_get_dma_range() 274 const fdt32_t *list = NULL; in stm32_rproc_parse_mems()
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | boot.c | 172 const fdt32_t *reg = NULL; in boot_primary_init_core_ids()
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_rifsc.c | 351 const fdt32_t *cuint = NULL; in stm32_rifsc_glock_config() 390 const fdt32_t *conf_list = NULL; in stm32_rifsc_dt_conf_risup() 423 const fdt32_t *conf_list = NULL; in stm32_rifsc_dt_conf_rimu() 455 const fdt32_t *cuint = NULL; in stm32_rifsc_dt_conf_risal()
|