Home
last modified time | relevance | path

Searched defs:dsp_image_info (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_dnld.c110 struct dsp_image_info { struct
111 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 checksum
118 unsigned short pad1;
/linux-3.3/drivers/staging/ft1000/ft1000-usb/
Dft1000_download.c102 struct dsp_image_info { struct
103 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 checksum
110 unsigned short pad1;