Searched refs:gp_header (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | gpimage.c | 40 struct gp_header *gph = (struct gp_header *)ptr; in gpimage_verify_header() 47 const struct gp_header *gph = (struct gp_header *)ptr; in gpimage_print_header() 55 struct gp_header *gph = (struct gp_header *)ptr; in gpimage_set_header()
|
| H A D | gpheader.h | 26 struct gp_header { struct 30 #define GPIMAGE_HDR_SIZE (sizeof(struct gp_header)) argument 35 int gph_verify_header(struct gp_header *gph, int be); 36 void gph_print_header(const struct gp_header *gph, int be); 37 void gph_set_header(struct gp_header *gph, uint32_t size, uint32_t load_addr,
|
| H A D | omapimage.c | 42 struct gp_header *gph = (struct gp_header *)(ptr+OMAP_CH_HDR_SIZE); in omapimage_verify_header() 90 const struct gp_header *gph = in omapimage_print_header() 91 (struct gp_header *)(ptr+OMAP_CH_HDR_SIZE); in omapimage_print_header() 131 struct gp_header *gph = (struct gp_header *)(ptr + OMAP_CH_HDR_SIZE); in omapimage_set_header()
|
| H A D | gpimage-common.c | 33 int gph_verify_header(struct gp_header *gph, int be) in gph_verify_header() 47 void gph_print_header(const struct gp_header *gph, int be) in gph_print_header() 67 void gph_set_header(struct gp_header *gph, uint32_t size, uint32_t load_addr, in gph_set_header()
|