Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libfdt/include/
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 */
18 fdt32_t version; /* format version */
37 fdt32_t tag;
42 fdt32_t tag;
43 fdt32_t len;
44 fdt32_t nameoff;
51 #define FDT_TAGSIZE sizeof(fdt32_t)
[all …]
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()
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-3.20.0/core/lib/libfdt/
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()
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()
A Dfdt_wip.c53 fdt32_t *p; in fdt_nop_region_()
A Dfdt_sw.c230 fdt32_t *en; in fdt_end_node()
332 fdt32_t *end; in fdt_finish()
A Dfdt.c133 const fdt32_t *tagp, *lenp; in fdt_next_tag()
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()
A Dfdt_ro.c489 const fdt32_t *php; in fdt_get_phandle()
/optee_os-3.20.0/core/drivers/
A Dstm32_gpio.c173 const fdt32_t *cuint = NULL; in ckeck_gpio_bank()
204 const fdt32_t *cuint, *slewrate; in get_pinctrl_from_fdt()
308 const fdt32_t *cuint = NULL; in stm32_pinctrl_fdt_get_pinctrl()
351 const fdt32_t *cuint = NULL; in stm32_get_gpio_count()
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()
A Dls_dspi.c532 const fdt32_t *bus_num = NULL; in get_info_from_device_tree()
533 const fdt32_t *chip_select_num = NULL; in get_info_from_device_tree()
A Dstm32_iwdg.c253 const fdt32_t *cuint = NULL; in stm32_iwdg_parse_fdt()
A Dstm32_i2c.c691 const fdt32_t *cuint = NULL; in stm32_i2c_get_setup_from_fdt()
/optee_os-3.20.0/core/drivers/crypto/se050/glue/
A Di2c_stm32.c38 const fdt32_t *cuint = NULL; in dt_i2c_bus_config()
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/drivers/
A Dstm32mp1_pmic.c105 const fdt32_t *cuint = NULL; in dt_get_regu_boot_on_config()
241 const fdt32_t *cuint = NULL; in dt_get_regu_low_power_config()
343 const fdt32_t *cuint = NULL; in save_cpu_supply_name()
470 const fdt32_t *cuint = NULL; in dt_pmic_i2c_config()
/optee_os-3.20.0/core/kernel/
A Ddt.c271 const fdt32_t *cuint; in _fdt_fill_device_info()
299 const fdt32_t *cuint = NULL; in _fdt_read_uint32_array()
A Ddt_driver.c168 const fdt32_t *c = NULL; in fdt_get_dt_driver_cells()
/optee_os-3.20.0/core/drivers/clk/
A Dclk-stm32-core.c485 const fdt32_t *cell = NULL; in clk_stm32_parse_fdt_by_name()
A Dclk-stm32mp13.c1434 const fdt32_t *cuint = NULL; in clk_stm32_parse_oscillator_fdt()
1537 const fdt32_t *cuint = NULL; in clk_stm32_parse_pll_fdt()
A Dclk-stm32mp15.c1178 const fdt32_t *cuint = NULL; in clk_freq_prop()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dsecure_partition.c382 const fdt32_t *p = NULL; in sp_dt_get_u32()
398 const fdt32_t *p = NULL; in sp_dt_get_uuid()
A Dboot.c925 fdt32_t v = cpu_to_fdt32((uint32_t)val); in set_dt_val()

Completed in 41 milliseconds