Searched defs:dsp_patch (Results 1 – 1 of 1) sorted by relevance
59 struct dsp_patch { struct60 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 */[all …]