Home
last modified time | relevance | path

Searched refs:fdt32_t (Results 1 – 25 of 50) sorted by relevance

12

/optee_os/core/lib/libfdt/include/
H A Dfdt.h13 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 Dlibfdt_env.h26 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 Dlibfdt.h127 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 Daplic_priv.c26 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 Dimsic.c252 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 Dstm32_cpu_opp.c273 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 Dls_sfp.c95 const fdt32_t *gpio_val = NULL; in ls_sfp_init()
96 const fdt32_t *pin_val = NULL; in ls_sfp_init()
H A Dls_dspi.c537 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 Dstm32_gpio.c669 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 Dfdt_addresses.c16 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 Dfdt_overlay.c30 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 Dfdt_wip.c53 fdt32_t *p; in fdt_nop_region_()
H A Dfdt_sw.c230 fdt32_t *en; in fdt_end_node()
332 fdt32_t *end; in fdt_finish()
H A Dfdt_rw.c326 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 Dregulator_gpio.c132 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 Dregulator_dt.c90 const fdt32_t *cuint = NULL; in get_supply_phandle()
275 const fdt32_t *cuint = NULL; in parse_dt()
H A Dregulator_fixed.c79 const fdt32_t *cuint = NULL; in get_enable_gpio()
/optee_os/core/kernel/
H A Ddt.c196 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 Di2c_stm32.c40 const fdt32_t *cuint = NULL; in dt_i2c_bus_config()
/optee_os/core/lib/scmi-server/
H A Dscmi_reset_consumer.c70 const fdt32_t *cuint = NULL; in optee_scmi_server_init_resets()
/optee_os/core/drivers/clk/sam/
H A Dat91_cpu_opp.c89 const fdt32_t *cuint = NULL; in opp_rates_setup()
/optee_os/core/arch/arm/plat-stm32mp1/drivers/
H A Dstm32mp1_pmic.c155 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 Dstm32_remoteproc.c228 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 Dboot.c172 const fdt32_t *reg = NULL; in boot_primary_init_core_ids()
/optee_os/core/drivers/firewall/
H A Dstm32_rifsc.c351 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()

12