Searched refs:fdt_reserve_entry (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dlibfdt_internal.h80 static inline const struct fdt_reserve_entry *_fdt_mem_rsv(const void *fdt, int n)
82 const struct fdt_reserve_entry *rsv_table =
83 (const struct fdt_reserve_entry *)
88 static inline struct fdt_reserve_entry *_fdt_mem_rsv_w(void *fdt, int n)
H A Dfdt.h25 struct fdt_reserve_entry { struct
H A Dfdt_rw.c76 if (_fdt_blocks_misordered(fdt, sizeof(struct fdt_reserve_entry),
110 static int _fdt_splice_mem_rsv(void *fdt, struct fdt_reserve_entry *p,
174 struct fdt_reserve_entry *re;
191 struct fdt_reserve_entry *re = _fdt_mem_rsv_w(fdt, n);
401 * sizeof(struct fdt_reserve_entry);
458 * sizeof(struct fdt_reserve_entry);
H A Dfdt_sw.c102 sizeof(struct fdt_reserve_entry)));
111 struct fdt_reserve_entry *re;
123 re = (struct fdt_reserve_entry *)((char *)fdt + offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/libfdt/
H A Dlibfdt_internal.h80 static inline const struct fdt_reserve_entry *_fdt_mem_rsv(const void *fdt, int n)
82 const struct fdt_reserve_entry *rsv_table =
83 (const struct fdt_reserve_entry *)
88 static inline struct fdt_reserve_entry *_fdt_mem_rsv_w(void *fdt, int n)
H A Dfdt.h25 struct fdt_reserve_entry { struct
H A Dfdt_rw.c76 if (_fdt_blocks_misordered(fdt, sizeof(struct fdt_reserve_entry),
110 static int _fdt_splice_mem_rsv(void *fdt, struct fdt_reserve_entry *p,
174 struct fdt_reserve_entry *re;
191 struct fdt_reserve_entry *re = _fdt_mem_rsv_w(fdt, n);
401 * sizeof(struct fdt_reserve_entry);
458 * sizeof(struct fdt_reserve_entry);
H A Dfdt_sw.c102 sizeof(struct fdt_reserve_entry)));
111 struct fdt_reserve_entry *re;
123 re = (struct fdt_reserve_entry *)((char *)fdt + offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/dtc/
H A Ddata.c255 struct data data_append_re(struct data d, const struct fdt_reserve_entry *re)
257 struct fdt_reserve_entry bere;
H A Ddtc.h127 struct data data_append_re(struct data d, const struct fdt_reserve_entry *re);
199 struct fdt_reserve_entry re;
H A Dflattree.c301 static struct fdt_reserve_entry null_re = {0,0};
324 reservesize += sizeof(struct fdt_reserve_entry);
404 blob = data_append_zeroes(blob, sizeof(struct fdt_reserve_entry));
673 struct fdt_reserve_entry re;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/dtc/
H A Ddata.c255 struct data data_append_re(struct data d, const struct fdt_reserve_entry *re)
257 struct fdt_reserve_entry bere;
H A Ddtc.h127 struct data data_append_re(struct data d, const struct fdt_reserve_entry *re);
199 struct fdt_reserve_entry re;
H A Dflattree.c301 static struct fdt_reserve_entry null_re = {0,0};
324 reservesize += sizeof(struct fdt_reserve_entry);
404 blob = data_append_zeroes(blob, sizeof(struct fdt_reserve_entry));
673 struct fdt_reserve_entry re;

Completed in 145 milliseconds