| /OK3568_Linux_fs/u-boot/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_sw.c | 188 fdt32_t *en; in fdt_end_node() 260 fdt32_t *end; in fdt_finish()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| 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 | 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 | 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()
|
| 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() 255 fdt32_t adj_val; in overlay_update_local_node_references() 376 fdt32_t phandle_prop; in overlay_fixup_one_phandle()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | fdt_support.c | 44 const fdt32_t *val; in fdt_getprop_u32_default_node() 405 fdt32_t tmp = cpu_to_fdt32(val); in do_fixup_by_path_u32() 434 fdt32_t tmp = cpu_to_fdt32(val); in do_fixup_by_prop_u32() 460 fdt32_t tmp = cpu_to_fdt32(val); in do_fixup_by_compat_u32() 479 *(fdt32_t *)p = cpu_to_fdt32(address[i]); in fdt_pack_reg() 485 *(fdt32_t *)p = cpu_to_fdt32(size[i]); in fdt_pack_reg() 1063 static void of_dump_addr(const char *s, const fdt32_t *addr, int na) in of_dump_addr() 1071 static void of_dump_addr(const char *s, const fdt32_t *addr, int na) { } in of_dump_addr() 1110 u64 (*map)(fdt32_t *addr, const fdt32_t *range, 1112 int (*translate)(fdt32_t *addr, u64 offset, int na); [all …]
|
| H A D | image-fit.c | 542 const fdt32_t *val; in fit_get_totalsize() 735 const fdt32_t *cell; in fit_image_get_address() 764 const fdt32_t *cell; in fit_image_set_address() 780 *(fdt32_t *)cell = cpu_to_uimage(addr >> (32 * cell_len)); in fit_image_set_address() 950 const fdt32_t *val; in fit_image_get_data_offset() 975 const fdt32_t *val; in fit_image_get_data_position() 999 const fdt32_t *val; in fit_image_get_data_size() 1023 const fdt32_t *val; in fit_image_get_rollback_index()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/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;
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/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 | 270 if (len >= sizeof(fdt32_t)) in pinctrl_generic_set_state_one() 271 arg = fdt32_to_cpu(*(fdt32_t *)value); in pinctrl_generic_set_state_one()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | libfdt_env.h | 14 typedef __be32 fdt32_t; typedef
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | libfdt_env.h | 17 typedef __be32 fdt32_t; typedef
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | libfdt_env.h | 17 typedef __be32 fdt32_t; typedef
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/u-boot/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);
|