Searched defs:genwqe_bitstream (Results 1 – 1 of 1) sorted by relevance
336 struct genwqe_bitstream { struct337 __u64 data_addr; /* pointer to image data */338 __u32 size; /* size of image file */339 __u32 crc; /* crc of this image */340 __u64 target_addr; /* starting address in Flash */341 __u32 partition; /* '0', '1', or 'v' */342 __u32 uid; /* 1=host/x=dram */344 __u64 slu_id; /* informational/sim: SluID */345 __u64 app_id; /* informational/sim: AppID */347 __u16 retc; /* returned from processing */[all …]