| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt.h | 58 fdt32_t magic; /* magic word FDT_MAGIC */ 59 fdt32_t totalsize; /* total size of DT block */ 60 fdt32_t off_dt_struct; /* offset to structure */ 61 fdt32_t off_dt_strings; /* offset to strings */ 62 fdt32_t off_mem_rsvmap; /* offset to memory reserve map */ 63 fdt32_t version; /* format version */ 64 fdt32_t last_comp_version; /* last compatible version */ 67 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're 70 fdt32_t size_dt_strings; /* size of the strings block */ 73 fdt32_t size_dt_struct; /* size of the structure block */ [all …]
|
| H A D | libfdt_env.h | 69 typedef uint32_t FDT_BITWISE fdt32_t; typedef 90 static inline uint32_t fdt32_to_cpu(fdt32_t x) in fdt32_to_cpu() 94 static inline fdt32_t cpu_to_fdt32(uint32_t x) in cpu_to_fdt32() 96 return (FDT_FORCE fdt32_t)CPU_TO_FDT32(x); in cpu_to_fdt32()
|
| H A D | fdt_addresses.c | 60 const fdt32_t *ac; in fdt_address_cells() 80 const fdt32_t *sc; in fdt_size_cells()
|
| H A D | fdt_overlay.c | 24 const fdt32_t *val; in overlay_get_target_phandle() 113 const fdt32_t *val; in overlay_phandle_add_offset() 224 const fdt32_t *fixup_val; in overlay_update_local_node_references() 248 fdt32_t adj_val; in overlay_update_local_node_references() 369 fdt32_t phandle_prop; in overlay_fixup_one_phandle()
|
| H A D | libfdt.h | 1193 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32() 1305 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32() 1513 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32() 1685 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32()
|
| H A D | fdt_wip.c | 98 fdt32_t *p; in _fdt_nop_region()
|
| H A D | fdt_sw.c | 188 fdt32_t *en; in fdt_end_node() 260 fdt32_t *end; in fdt_finish()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fdt_support.c | 45 const fdt32_t *val; in fdt_getprop_u32_default_node() 401 fdt32_t tmp = cpu_to_fdt32(val); in do_fixup_by_path_u32() 430 fdt32_t tmp = cpu_to_fdt32(val); in do_fixup_by_prop_u32() 456 fdt32_t tmp = cpu_to_fdt32(val); in do_fixup_by_compat_u32() 475 *(fdt32_t *)p = cpu_to_fdt32(address[i]); in fdt_pack_reg() 481 *(fdt32_t *)p = cpu_to_fdt32(size[i]); in fdt_pack_reg() 1059 static void of_dump_addr(const char *s, const fdt32_t *addr, int na) in of_dump_addr() 1067 static void of_dump_addr(const char *s, const fdt32_t *addr, int na) { } in of_dump_addr() 1106 u64 (*map)(fdt32_t *addr, const fdt32_t *range, 1108 int (*translate)(fdt32_t *addr, u64 offset, int na); [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | fdt-common.c | 60 *(fdt32_t *)p = cpu_to_fdt32(address); in fdt_pack_reg() 66 *(fdt32_t *)p = cpu_to_fdt32(size); in fdt_pack_reg() 78 fdt32_t address_cells = cpu_to_fdt32(fdt_address_cells(fdt, 0)); in ft_hs_fixup_dram() 79 fdt32_t size_cells = cpu_to_fdt32(fdt_size_cells(fdt, 0)); in ft_hs_fixup_dram()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | cpsw-common.c | 26 fdt32_t gmii = 0; in davinci_emac_3517_get_macid() 66 fdt32_t gmii = 0; in cpsw_am33xx_cm_get_macid()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | fdtaddr.c | 26 const fdt32_t *reg; in devfdt_get_addr_index() 45 if (!reg || (len <= (index * sizeof(fdt32_t) * (na + ns)))) { in devfdt_get_addr_index()
|
| /rk3399_rockchip-uboot/drivers/pinctrl/ |
| H A D | pinctrl-single.c | 23 fdt32_t reg; /* configuration register offset */ 24 fdt32_t val; /* configuration register value */
|
| H A D | pinctrl-generic.c | 284 if (len >= sizeof(fdt32_t)) in pinctrl_generic_set_state_one() 285 arg = fdt32_to_cpu(*(fdt32_t *)value); in pinctrl_generic_set_state_one()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | libfdt_env.h | 17 typedef __be32 fdt32_t; typedef
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | fdt.c | 41 fdt32_t *reg; in ft_fixup_cpu() 86 reg = (fdt32_t *)fdt_getprop(blob, off, "reg", 0); in ft_fixup_cpu() 355 fdt32_t *reg; in fdt_fixup_remove_jr() 364 reg = (fdt32_t *)fdt_getprop(blob, jr_node, "reg", &len); in fdt_fixup_remove_jr()
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | of-plat.txt | 109 fdt32_t bus_width; 112 fdt32_t card_detect_delay; 113 fdt32_t clock_freq_min_max[2]; 116 fdt32_t fifo_depth; 117 fdt32_t interrupts[3]; 118 fdt32_t num_slots; 119 fdt32_t reg[2]; 120 fdt32_t vmmc_supply;
|
| /rk3399_rockchip-uboot/board/freescale/qemu-ppce500/ |
| H A D | qemu-ppce500.c | 55 const fdt32_t *prop; in get_phys_ccsrbar_addr_early() 156 const fdt32_t *reg; in pci_init_board()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fdtdec.h | 35 typedef fdt32_t fdt_val_t; 496 u64 fdtdec_get_number(const fdt32_t *ptr, unsigned int cells);
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | treesource.c | 140 fdt32_t *cp = (fdt32_t *)val.val; in write_propval_cells()
|
| H A D | util.c | 399 const fdt32_t *cell = (const fdt32_t *)data; in utilfdt_print_data()
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/ |
| H A D | board_init.c | 24 const fdt32_t *val; in uniphier_setup_xirq()
|
| /rk3399_rockchip-uboot/drivers/power/regulator/ |
| H A D | gpio-regulator.c | 59 len /= sizeof(fdt32_t); in gpio_regulator_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | fdt_region.c | 237 node_end = fdt_size_dt_struct(fdt) - sizeof(fdt32_t) * 2; in fdt_add_alias_regions() 240 node_end -= sizeof(fdt32_t); /* Move to FDT_END_NODE tag of /aliases */ in fdt_add_alias_regions() 273 fdt_add_region(info, base + node_end, sizeof(fdt32_t)); in fdt_add_alias_regions()
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | ti-pipe3-phy.c | 280 const fdt32_t *cell; in get_reg() 301 if (len < 2*sizeof(fdt32_t)) { in get_reg()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | read.h | 501 u64 dev_translate_address(struct udevice *dev, const fdt32_t *in_addr); 700 static inline u64 dev_translate_address(struct udevice *dev, const fdt32_t *in_addr) in dev_translate_address()
|