coeff_ram 37 sound/soc/codecs/tscs42xx.c u8 coeff_ram[COEFF_RAM_SIZE]; coeff_ram 140 sound/soc/codecs/tscs42xx.c static int write_coeff_ram(struct snd_soc_component *component, u8 *coeff_ram, coeff_ram 176 sound/soc/codecs/tscs42xx.c &coeff_ram[addr * COEFF_SIZE], coeff_ram 276 sound/soc/codecs/tscs42xx.c &tscs42xx->coeff_ram[ctl->addr * COEFF_SIZE], params->max); coeff_ram 299 sound/soc/codecs/tscs42xx.c memcpy(&tscs42xx->coeff_ram[ctl->addr * COEFF_SIZE], coeff_ram 305 sound/soc/codecs/tscs42xx.c ret = write_coeff_ram(component, tscs42xx->coeff_ram, coeff_ram 393 sound/soc/codecs/tscs42xx.c ret = write_coeff_ram(component, tscs42xx->coeff_ram, 0x00, coeff_ram 1373 sound/soc/codecs/tscs42xx.c u8 *coeff_ram = tscs42xx->coeff_ram; coeff_ram 1377 sound/soc/codecs/tscs42xx.c coeff_ram[((norm_addrs[i] + 1) * COEFF_SIZE) - 1] = 0x40; coeff_ram 88 sound/soc/codecs/tscs454.c static inline void coeff_ram_init(struct coeff_ram *ram) coeff_ram 135 sound/soc/codecs/tscs454.c struct coeff_ram dac_ram; coeff_ram 136 sound/soc/codecs/tscs454.c struct coeff_ram spk_ram; coeff_ram 137 sound/soc/codecs/tscs454.c struct coeff_ram sub_ram; coeff_ram 316 sound/soc/codecs/tscs454.c u8 *coeff_ram; coeff_ram 320 sound/soc/codecs/tscs454.c coeff_ram = tscs454->dac_ram.cache; coeff_ram 323 sound/soc/codecs/tscs454.c coeff_ram = tscs454->spk_ram.cache; coeff_ram 326 sound/soc/codecs/tscs454.c coeff_ram = tscs454->sub_ram.cache; coeff_ram 335 sound/soc/codecs/tscs454.c &coeff_ram[ctl->addr * COEFF_SIZE], params->max); coeff_ram 343 sound/soc/codecs/tscs454.c static int write_coeff_ram(struct snd_soc_component *component, u8 *coeff_ram, coeff_ram 381 sound/soc/codecs/tscs454.c &coeff_ram[coeff_addr * COEFF_SIZE], coeff_ram 403 sound/soc/codecs/tscs454.c u8 *coeff_ram; coeff_ram 413 sound/soc/codecs/tscs454.c coeff_ram = tscs454->dac_ram.cache; coeff_ram 420 sound/soc/codecs/tscs454.c coeff_ram = tscs454->spk_ram.cache; coeff_ram 427 sound/soc/codecs/tscs454.c coeff_ram = tscs454->sub_ram.cache; coeff_ram 441 sound/soc/codecs/tscs454.c memcpy(&coeff_ram[ctl->addr * COEFF_SIZE], coeff_ram 454 sound/soc/codecs/tscs454.c ret = write_coeff_ram(component, coeff_ram,