Lines Matching defs:coeff_ram
37 u8 coeff_ram[COEFF_RAM_SIZE];
140 static int write_coeff_ram(struct snd_soc_component *component, u8 *coeff_ram,
176 &coeff_ram[addr * COEFF_SIZE],
276 &tscs42xx->coeff_ram[ctl->addr * COEFF_SIZE], params->max);
299 memcpy(&tscs42xx->coeff_ram[ctl->addr * COEFF_SIZE],
305 ret = write_coeff_ram(component, tscs42xx->coeff_ram,
393 ret = write_coeff_ram(component, tscs42xx->coeff_ram, 0x00,
1373 u8 *coeff_ram = tscs42xx->coeff_ram;
1377 coeff_ram[((norm_addrs[i] + 1) * COEFF_SIZE) - 1] = 0x40;