Lines Matching defs:dsp_patch
59 struct dsp_patch { struct
60 char name[PATCH_NAME_SIZE];
61 u8 id;
62 unsigned long input; /* bitmap of the lines used as inputs */
63 unsigned long output; /* bitmap of the lines used as outputs */
64 u16 code_start;
65 u16 code_size;
67 unsigned long gpr_used[NUM_GPRS / (sizeof(unsigned long) * 8) + 1]; /* bitmap of used gprs */
68 unsigned long gpr_input[NUM_GPRS / (sizeof(unsigned long) * 8) + 1];
69 u8 traml_istart; /* starting address of the internal tram lines used */
70 u8 traml_isize; /* number of internal tram lines used */
72 u8 traml_estart;
73 u8 traml_esize;
75 u16 tramb_istart; /* starting address of the internal tram memory used */
76 u16 tramb_isize; /* amount of internal memory used */
77 u32 tramb_estart;
78 u32 tramb_esize;