Searched defs:dsp_image_info (Results 1 – 2 of 2) sorted by relevance
110 struct dsp_image_info { struct111 u32 coff_date; // Date/time when DSP Coff image was built.112 u32 begin_offset; // Offset in file where image begins.113 u32 end_offset; // Offset in file where image begins.114 u32 run_address; // On chip Start address of DSP code.115 u32 image_size; // Size of image.116 u32 version; // Embedded version # of DSP code.117 unsigned short checksum; // Dsp File checksum118 unsigned short pad1;
102 struct dsp_image_info { struct103 long coff_date; // Date/time when DSP Coff image was built.104 long begin_offset; // Offset in file where image begins.105 long end_offset; // Offset in file where image begins.106 long run_address; // On chip Start address of DSP code.107 long image_size; // Size of image.108 long version; // Embedded version # of DSP code.109 unsigned short checksum; // DSP File checksum110 unsigned short pad1;