Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
dsp56k.h File Reference

Go to the source code of this file.

Data Structures

struct  dsp56k_upload
 
struct  dsp56k_host_flags
 

Macros

#define DSP56K_UPLOAD   1 /* Upload DSP binary program */
 
#define DSP56K_SET_TX_WSIZE   2 /* Host transmit word size (1-4) */
 
#define DSP56K_SET_RX_WSIZE   3 /* Host receive word size (1-4) */
 
#define DSP56K_HOST_FLAGS   4 /* Host flag registers */
 
#define DSP56K_HOST_CMD   5 /* Trig Host Command (0-31) */
 

Macro Definition Documentation

#define DSP56K_HOST_CMD   5 /* Trig Host Command (0-31) */

Definition at line 35 of file dsp56k.h.

#define DSP56K_HOST_FLAGS   4 /* Host flag registers */

Definition at line 34 of file dsp56k.h.

#define DSP56K_SET_RX_WSIZE   3 /* Host receive word size (1-4) */

Definition at line 33 of file dsp56k.h.

#define DSP56K_SET_TX_WSIZE   2 /* Host transmit word size (1-4) */

Definition at line 32 of file dsp56k.h.

#define DSP56K_UPLOAD   1 /* Upload DSP binary program */

Definition at line 31 of file dsp56k.h.