Searched refs:bpdt_header (Results 1 - 1 of 1) sorted by path

/u-boot/tools/
H A Difwitool.c73 struct bpdt_header { struct
90 #define BPDT_HEADER_SIZE (sizeof(struct bpdt_header))
105 struct bpdt_header h;
110 static inline size_t get_bpdt_size(struct bpdt_header *h)
779 static void bpdt_print_header(struct bpdt_header *h, const char *name)
821 static void bpdt_validate_header(struct bpdt_header *h, const char *name)
833 static void bpdt_read_header(void *data, struct bpdt_header *h,
1010 struct bpdt_header bpdt_header; local
1013 bpdt_read_header((uint8_t *)data + offset, &bpdt_header, nam
[all...]

Completed in 53 milliseconds