HomeSort by relevance Sort by last modified time
    Searched defs:gph (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/arm/mach-keystone/
config.mk 18 MKIMAGEFLAGS_u-boot-spl.gph = -A $(ARCH) -T gpimage -C none \
20 spl/u-boot-spl.gph: spl/u-boot-spl.bin FORCE
23 OBJCOPYFLAGS_u-boot-spi.gph = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) \
25 u-boot-spi.gph: spl/u-boot-spl.gph u-boot.img FORCE
  /external/u-boot/tools/
gpimage.c 39 struct gp_header *gph = (struct gp_header *)ptr; local
41 return gph_verify_header(gph, 1);
46 const struct gp_header *gph = (struct gp_header *)ptr; local
48 gph_print_header(gph, 1);
54 struct gp_header *gph = (struct gp_header *)ptr; local
56 gph_set_header(gph, sbuf->st_size - GPIMAGE_HDR_SIZE, params->addr, 1);
omapimage.c 43 struct gp_header *gph = (struct gp_header *)(ptr+OMAP_CH_HDR_SIZE); local
63 return gph_verify_header(gph, do_swap32);
91 const struct gp_header *gph = local
118 gph_print_header(gph, do_swap32);
132 struct gp_header *gph = (struct gp_header *)(ptr + OMAP_CH_HDR_SIZE); local
147 gph_set_header(gph, sbuf->st_size - OMAP_CH_HDR_SIZE,

Completed in 230 milliseconds