Lines Matching defs:index
87 Pipe index
90 A number of calls in CEchoGals refer to a "pipe index". A pipe index is
97 Pipe index
105 You get the pipe index by calling CEchoGals::OpenAudio; the other transport
106 functions take the pipe index as a parameter. If you need a pipe index for
313 short index; /* Index of the first channel or <0
462 static inline u32 get_dsp_register(struct echoaudio *chip, u32 index)
464 return readl(&chip->dsp_registers[index]);
467 static inline void set_dsp_register(struct echoaudio *chip, u32 index,
470 writel(value, &chip->dsp_registers[index]);