Searched refs:gp_header (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | gpimage.c | 39 struct gp_header *gph = (struct gp_header *)ptr; in gpimage_verify_header() 46 const struct gp_header *gph = (struct gp_header *)ptr; in gpimage_print_header() 54 struct gp_header *gph = (struct gp_header *)ptr; in gpimage_set_header()
|
H A D | gpheader.h | 25 struct gp_header { struct 29 #define GPIMAGE_HDR_SIZE (sizeof(struct gp_header)) argument 34 int gph_verify_header(struct gp_header *gph, int be); 35 void gph_print_header(const struct gp_header *gph, int be); 36 void gph_set_header(struct gp_header *gph, uint32_t size, uint32_t load_addr,
|
H A D | omapimage.c | 43 struct gp_header *gph = (struct gp_header *)(ptr+OMAP_CH_HDR_SIZE); in omapimage_verify_header() 91 const struct gp_header *gph = in omapimage_print_header() 92 (struct gp_header *)(ptr+OMAP_CH_HDR_SIZE); in omapimage_print_header() 132 struct gp_header *gph = (struct gp_header *)(ptr + OMAP_CH_HDR_SIZE); in omapimage_set_header()
|
H A D | gpimage-common.c | 32 int gph_verify_header(struct gp_header *gph, int be) in gph_verify_header() 46 void gph_print_header(const struct gp_header *gph, int be) in gph_print_header() 66 void gph_set_header(struct gp_header *gph, uint32_t size, uint32_t load_addr, in gph_set_header()
|