Searched refs:fdt32_t (Results 1 - 10 of 10) sorted by relevance

/seL4-camkes-master/projects/util_libs/libfdt/
H A Dfdt.h58 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_struc
[all...]
H A Dlibfdt_env.h70 typedef uint32_t FDT_BITWISE fdt32_t; typedef
91 static inline uint32_t fdt32_to_cpu(fdt32_t x)
95 static inline fdt32_t cpu_to_fdt32(uint32_t x)
97 return (FDT_FORCE fdt32_t)CPU_TO_FDT32(x);
H A Dfdt_addresses.c61 const fdt32_t *c;
H A Dfdt_wip.c98 fdt32_t *p;
H A Dlibfdt.h164 static inline uint32_t fdt32_ld(const fdt32_t *p)
166 fdt32_t v;
1264 fdt32_t tmp = cpu_to_fdt32(val);
1376 fdt32_t tmp = cpu_to_fdt32(val);
1587 fdt32_t tmp = cpu_to_fdt32(val);
1759 fdt32_t tmp = cpu_to_fdt32(val);
H A Dfdt_overlay.c75 const fdt32_t *val;
164 const fdt32_t *val;
275 const fdt32_t *fixup_val;
299 fdt32_t adj_val;
420 fdt32_t phandle_prop;
H A Dfdt_sw.c253 fdt32_t *en;
325 fdt32_t *end;
H A Dfdt_rw.c355 fdt32_t *endtag;
382 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE);
H A Dfdt.c173 const fdt32_t *tagp, *lenp;
H A Dfdt_ro.c513 const fdt32_t *php;

Completed in 49 milliseconds