/tf-a-ffa_el3_spmc/include/lib/libfdt/ |
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 */ 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 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()
|
A D | libfdt.h | 131 static inline uint32_t fdt32_ld(const fdt32_t *p) in fdt32_ld() 1292 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32() 1442 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32() 1653 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32() 1825 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32()
|
/tf-a-ffa_el3_spmc/lib/libfdt/ |
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()
|
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() 255 fdt32_t adj_val; in overlay_update_local_node_references() 376 fdt32_t phandle_prop; in overlay_fixup_one_phandle()
|
A D | fdt_wip.c | 53 fdt32_t *p; in fdt_nop_region_()
|
A D | fdt_sw.c | 238 fdt32_t *en; in fdt_end_node() 340 fdt32_t *end; in fdt_finish()
|
A D | fdt_rw.c | 341 fdt32_t *endtag; in fdt_add_subnode_namelen() 368 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE); in fdt_add_subnode_namelen()
|
A D | fdt.c | 159 const fdt32_t *tagp, *lenp; in fdt_next_tag()
|
A D | fdt_ro.c | 510 const fdt32_t *php; in fdt_get_phandle()
|
/tf-a-ffa_el3_spmc/drivers/st/clk/ |
A D | stm32mp_clkfunc.c | 47 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()
|
A D | stm32mp1_clk.c | 1736 const fdt32_t *pkcs_cell; in stm32mp1_clk_init()
|
/tf-a-ffa_el3_spmc/include/drivers/st/ |
A D | stm32mp_clkfunc.h | 26 const fdt32_t *fdt_rcc_read_prop(const char *prop_name, int *lenp);
|
/tf-a-ffa_el3_spmc/plat/st/common/ |
A D | stm32mp_dt.c | 140 const fdt32_t *cuint; in dt_fill_device_info() 239 const fdt32_t *cuint; in dt_get_pwr_vdd_voltage() 304 const fdt32_t *cuint; in fdt_get_gpio_bank_pin_count()
|
/tf-a-ffa_el3_spmc/drivers/st/gpio/ |
A D | stm32_gpio.c | 38 const fdt32_t *cuint; in ckeck_gpio_bank() 66 const fdt32_t *cuint, *slewrate; in dt_set_gpio_config() 161 const fdt32_t *cuint; in dt_set_pinctrl_config()
|
/tf-a-ffa_el3_spmc/plat/st/stm32mp1/ |
A D | stm32mp1_gic.c | 48 const fdt32_t *cuint; in stm32mp1_gic_init()
|
A D | stm32mp1_private.c | 311 const fdt32_t *cuint; in stm32mp_print_boardinfo()
|
/tf-a-ffa_el3_spmc/common/ |
A D | fdt_wrappers.c | 27 const fdt32_t *prop; in fdt_read_uint32_array() 265 static uint64_t fdt_read_prop_cells(const fdt32_t *prop, int nr_cells) in fdt_read_prop_cells() 279 const fdt32_t *prop; in fdt_get_reg_props_by_index()
|
/tf-a-ffa_el3_spmc/drivers/st/pmic/ |
A D | stm32mp_pmic.c | 75 const fdt32_t *cuint; in dt_pmic_i2c_config() 129 const fdt32_t *cuint;
|
/tf-a-ffa_el3_spmc/drivers/allwinner/axp/ |
A D | common.c | 58 const fdt32_t *prop; in fdt_get_regulator_millivolt()
|
/tf-a-ffa_el3_spmc/drivers/mtd/spi-mem/ |
A D | spi_mem.c | 193 const fdt32_t *cuint = NULL; in spi_mem_init_slave()
|
/tf-a-ffa_el3_spmc/drivers/st/bsec/ |
A D | bsec.c | 80 const fdt32_t *cuint; in bsec_dt_otp_nsec_access()
|
/tf-a-ffa_el3_spmc/drivers/st/mmc/ |
A D | stm32_sdmmc2.c | 630 const fdt32_t *cuint; in stm32_sdmmc2_dt_get_config()
|
/tf-a-ffa_el3_spmc/drivers/st/i2c/ |
A D | stm32_i2c.c | 99 const fdt32_t *cuint; in stm32_i2c_get_setup_from_fdt()
|
/tf-a-ffa_el3_spmc/drivers/st/fmc/ |
A D | stm32_fmc2_nand.c | 795 const fdt32_t *cuint; in stm32_fmc2_init()
|