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

/freebsd-12-stable/contrib/dtc/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 Dfdt_addresses.c60 const fdt32_t *ac;
80 const fdt32_t *sc;
H A Dlibfdt_env.h69 typedef uint32_t __bitwise fdt32_t; typedef
90 static inline uint32_t fdt32_to_cpu(fdt32_t x)
94 static inline fdt32_t cpu_to_fdt32(uint32_t x)
96 return (__force fdt32_t)CPU_TO_FDT32(x);
H A Dfdt_wip.c98 fdt32_t *p;
H A Dlibfdt.h1176 fdt32_t tmp = cpu_to_fdt32(val);
1288 fdt32_t tmp = cpu_to_fdt32(val);
1449 fdt32_t tmp = cpu_to_fdt32(val);
1621 fdt32_t tmp = cpu_to_fdt32(val);
H A Dfdt_sw.c188 fdt32_t *en;
248 fdt32_t *end;
H A Dfdt.c96 const fdt32_t *tagp, *lenp;
H A Dfdt_rw.c341 fdt32_t *endtag;
368 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE);
H A Dfdt_ro.c357 const fdt32_t *php;
/freebsd-12-stable/sys/contrib/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 Dfdt_addresses.c60 const fdt32_t *ac;
80 const fdt32_t *sc;
H A Dlibfdt_env.h77 typedef uint32_t FDT_BITWISE fdt32_t; typedef
98 static inline uint32_t fdt32_to_cpu(fdt32_t x)
102 static inline fdt32_t cpu_to_fdt32(uint32_t x)
104 return (FDT_FORCE fdt32_t)CPU_TO_FDT32(x);
H A Dfdt_wip.c98 fdt32_t *p;
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 Dlibfdt.h1196 fdt32_t tmp = cpu_to_fdt32(val);
1308 fdt32_t tmp = cpu_to_fdt32(val);
1516 fdt32_t tmp = cpu_to_fdt32(val);
1688 fdt32_t tmp = cpu_to_fdt32(val);
H A Dfdt_sw.c188 fdt32_t *en;
260 fdt32_t *end;
H A Dfdt.c96 const fdt32_t *tagp, *lenp;
H A Dfdt_rw.c355 fdt32_t *endtag;
382 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE);
H A Dfdt_ro.c427 const fdt32_t *php;

Completed in 105 milliseconds