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

/haiku/headers/libs/libfdt/
H A Dfdt.h13 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_struc
[all...]
H A Dlibfdt_env.h26 typedef uint32_t FDT_BITWISE fdt32_t; typedef
47 static inline uint32_t fdt32_to_cpu(fdt32_t x)
51 static inline fdt32_t cpu_to_fdt32(uint32_t x)
53 return (FDT_FORCE fdt32_t)CPU_TO_FDT32(x);
H A Dlibfdt_internal.h58 static inline uint32_t fdt32_ld_(const fdt32_t *p)
H A Dlibfdt.h141 static inline uint32_t fdt32_ld(const fdt32_t *p)
1320 fdt32_t tmp = cpu_to_fdt32(val);
1475 fdt32_t tmp = cpu_to_fdt32(val);
1687 fdt32_t tmp = cpu_to_fdt32(val);
1865 fdt32_t tmp = cpu_to_fdt32(val);
/haiku/src/libs/libfdt/
H A Dfdt_addresses.c16 const fdt32_t *c;
87 prop += addr_cells * sizeof(fdt32_t);
100 (addr_cells + size_cells) * sizeof(fdt32_t));
H A Dfdt_wip.c53 fdt32_t *p;
H A Dfdt_overlay.c30 const fdt32_t *val;
119 const fdt32_t *val;
230 const fdt32_t *fixup_val;
255 fdt32_t adj_val;
376 fdt32_t phandle_prop;
H A Dfdt_sw.c238 fdt32_t *en;
340 fdt32_t *end;
H A Dfdt_rw.c341 fdt32_t *endtag;
371 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE);
H A Dfdt.c167 const fdt32_t *tagp, *lenp;
H A Dfdt_ro.c510 const fdt32_t *php;

Completed in 106 milliseconds