Linux Kernel
3.7.1
|
#include <hpidspcd.h>
Data Fields | |
struct code_header | header |
u32 | block_length |
u32 | word_count |
struct dsp_code_private * | pvt |
Descriptor for dspcode from firmware loader
Definition at line 56 of file hpidspcd.h.
u32 block_length |
Expected number of words in the whole dsp code,INCL header
Definition at line 60 of file hpidspcd.h.
copy of file header
Definition at line 58 of file hpidspcd.h.
struct dsp_code_private* pvt |
internal state of DSP code reader
Definition at line 65 of file hpidspcd.h.
u32 word_count |
Number of words read so far
Definition at line 62 of file hpidspcd.h.