Rewind to the beginning of the DSP code file (for verify) Definition at line 142 of file hpidspcd.c. References dsp_code::dwWordCount. { /* Go back to start of data, after header */ psDspCode->dwWordCount = sizeof(struct code_header) / sizeof(u32); }
|