Home
last modified time | relevance | path

Searched refs:gp_header (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dgpimage.c40 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 Dgpheader.h26 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 Domapimage.c42 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 Dgpimage-common.c33 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()