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