HomeSort by: relevance | last modified time | path
    Searched refs:fdt32_t (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/libfdt/dist/
fdt.h 15 fdt32_t magic; /* magic word FDT_MAGIC */
16 fdt32_t totalsize; /* total size of DT block */
17 fdt32_t off_dt_struct; /* offset to structure */
18 fdt32_t off_dt_strings; /* offset to strings */
19 fdt32_t off_mem_rsvmap; /* offset to memory reserve map */
20 fdt32_t version; /* format version */
21 fdt32_t last_comp_version; /* last compatible version */
24 fdt32_t boot_cpuid_phys; /* Which physical CPU id we're
27 fdt32_t size_dt_strings; /* size of the strings block */
30 fdt32_t size_dt_struct; /* size of the structure block *
    [all...]
libfdt_env.h 34 typedef uint32_t FDT_BITWISE fdt32_t; typedef in typeref:typename:uint32_t FDT_BITWISE
55 static inline uint32_t fdt32_to_cpu(fdt32_t x)
59 static inline fdt32_t cpu_to_fdt32(uint32_t x)
61 return (FDT_FORCE fdt32_t)CPU_TO_FDT32(x);
fdt_addresses.c 18 const fdt32_t *c;
89 prop += addr_cells * sizeof(fdt32_t);
102 (addr_cells + size_cells) * sizeof(fdt32_t));
fdt_wip.c 55 fdt32_t *p;
fdt_overlay.c 32 const fdt32_t *val;
121 const fdt32_t *val;
232 const fdt32_t *fixup_val;
256 fdt32_t adj_val;
377 fdt32_t phandle_prop;
libfdt.h 129 static inline uint32_t fdt32_ld(const fdt32_t *p)
1289 fdt32_t tmp = cpu_to_fdt32(val);
1439 fdt32_t tmp = cpu_to_fdt32(val);
1650 fdt32_t tmp = cpu_to_fdt32(val);
1822 fdt32_t tmp = cpu_to_fdt32(val);
fdt_sw.c 232 fdt32_t *en;
334 fdt32_t *end;
fdt_rw.c 328 fdt32_t *endtag;
355 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE);
fdt.c 135 const fdt32_t *tagp, *lenp;
fdt_ro.c 491 const fdt32_t *php;
  /src/sys/arch/arm/nxp/
imx6_platform.c 186 fdt32_t intval[3];
187 fdt32_t clkval[2];

Completed in 78 milliseconds