Lines Matching full:code
10 Functions for reading DSP code to load into DSP
28 /** File type tag "CODE" == 0x45444F43 */
48 /** Expected number of words in the whole dsp code,INCL header */
53 /** internal state of DSP code reader */
58 Code file name is obtained from HpiOs_GetDspCodePath
60 \return 0 for success, or error code if requested code is not available
63 /** Code identifier, usually adapter family */
65 /** Pointer to DSP code control structure */
67 /** Pointer to dword to receive OS specific error code */
70 /** Close the DSP code file */
73 /** Rewind to the beginning of the DSP code file (for verify) */
76 /** Read one word from the dsp code file
77 \return 0 for success, or error code if eof, or block length exceeded
80 /**< DSP code descriptor */
84 /** Get a block of dsp code into an internal buffer, and provide a pointer to
85 that buffer. (If dsp code is already an array in memory, it is referenced,
92 /* Pointer to store (Pointer to code buffer) */