Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ft1000/ft1000-pcmcia/
Dft1000_dnld.c106 struct dsp_image_info { struct
107 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;
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/
Dft1000_download.c99 struct dsp_image_info { struct
100 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;