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

/u-boot/tools/
H A Daisimage.c118 struct ais_header *ais_hdr = (struct ais_header *)hdr; local
123 if (ais_hdr->magic != AIS_MAGIC_WORD) {
128 fprintf(stdout, "AIS magic : %08x\n", ais_hdr->magic);
129 ptr = (uint32_t *)&ais_hdr->magic;
374 struct ais_header *ais_hdr = (struct ais_header *)ptr; local
376 if (ais_hdr->magic != AIS_MAGIC_WORD)

Completed in 152 milliseconds