HomeSort by relevance Sort by last modified time
    Searched refs:gp_header (Results 1 - 4 of 4) sorted by null

  /external/u-boot/tools/
gpheader.h 25 struct gp_header { struct
29 #define GPIMAGE_HDR_SIZE (sizeof(struct gp_header))
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,
gpimage.c 39 struct gp_header *gph = (struct gp_header *)ptr;
46 const struct gp_header *gph = (struct gp_header *)ptr;
54 struct gp_header *gph = (struct gp_header *)ptr;
gpimage-common.c 32 int gph_verify_header(struct gp_header *gph, int be)
46 void gph_print_header(const struct gp_header *gph, int be)
66 void gph_set_header(struct gp_header *gph, uint32_t size, uint32_t load_addr,
omapimage.c 43 struct gp_header *gph = (struct gp_header *)(ptr+OMAP_CH_HDR_SIZE);
91 const struct gp_header *gph =
92 (struct gp_header *)(ptr+OMAP_CH_HDR_SIZE);
132 struct gp_header *gph = (struct gp_header *)(ptr + OMAP_CH_HDR_SIZE);

Completed in 65 milliseconds