Lines Matching defs:coeff_ram
69 struct coeff_ram {
88 static inline void coeff_ram_init(struct coeff_ram *ram)
135 struct coeff_ram dac_ram;
136 struct coeff_ram spk_ram;
137 struct coeff_ram sub_ram;
316 u8 *coeff_ram;
320 coeff_ram = tscs454->dac_ram.cache;
323 coeff_ram = tscs454->spk_ram.cache;
326 coeff_ram = tscs454->sub_ram.cache;
335 &coeff_ram[ctl->addr * COEFF_SIZE], params->max);
343 static int write_coeff_ram(struct snd_soc_component *component, u8 *coeff_ram,
376 &coeff_ram[coeff_addr * COEFF_SIZE],
398 u8 *coeff_ram;
408 coeff_ram = tscs454->dac_ram.cache;
415 coeff_ram = tscs454->spk_ram.cache;
422 coeff_ram = tscs454->sub_ram.cache;
436 memcpy(&coeff_ram[ctl->addr * COEFF_SIZE],
444 ret = write_coeff_ram(component, coeff_ram,