Symbol: coeff_ram
sound/soc/codecs/tscs42xx.c
1370
u8 *coeff_ram = tscs42xx->coeff_ram;
sound/soc/codecs/tscs42xx.c
1374
coeff_ram[((norm_addrs[i] + 1) * COEFF_SIZE) - 1] = 0x40;
sound/soc/codecs/tscs42xx.c
140
static int write_coeff_ram(struct snd_soc_component *component, u8 *coeff_ram,
sound/soc/codecs/tscs42xx.c
176
&coeff_ram[addr * COEFF_SIZE],
sound/soc/codecs/tscs42xx.c
275
&tscs42xx->coeff_ram[ctl->addr * COEFF_SIZE], params->max);
sound/soc/codecs/tscs42xx.c
297
memcpy(&tscs42xx->coeff_ram[ctl->addr * COEFF_SIZE],
sound/soc/codecs/tscs42xx.c
303
ret = write_coeff_ram(component, tscs42xx->coeff_ram,
sound/soc/codecs/tscs42xx.c
37
u8 coeff_ram[COEFF_RAM_SIZE];
sound/soc/codecs/tscs42xx.c
391
ret = write_coeff_ram(component, tscs42xx->coeff_ram, 0x00,
sound/soc/codecs/tscs454.c
136
struct coeff_ram dac_ram;
sound/soc/codecs/tscs454.c
137
struct coeff_ram spk_ram;
sound/soc/codecs/tscs454.c
138
struct coeff_ram sub_ram;
sound/soc/codecs/tscs454.c
316
u8 *coeff_ram;
sound/soc/codecs/tscs454.c
320
coeff_ram = tscs454->dac_ram.cache;
sound/soc/codecs/tscs454.c
323
coeff_ram = tscs454->spk_ram.cache;
sound/soc/codecs/tscs454.c
326
coeff_ram = tscs454->sub_ram.cache;
sound/soc/codecs/tscs454.c
335
&coeff_ram[ctl->addr * COEFF_SIZE], params->max);
sound/soc/codecs/tscs454.c
343
static int write_coeff_ram(struct snd_soc_component *component, u8 *coeff_ram,
sound/soc/codecs/tscs454.c
376
&coeff_ram[coeff_addr * COEFF_SIZE],
sound/soc/codecs/tscs454.c
397
u8 *coeff_ram;
sound/soc/codecs/tscs454.c
407
coeff_ram = tscs454->dac_ram.cache;
sound/soc/codecs/tscs454.c
414
coeff_ram = tscs454->spk_ram.cache;
sound/soc/codecs/tscs454.c
421
coeff_ram = tscs454->sub_ram.cache;
sound/soc/codecs/tscs454.c
435
memcpy(&coeff_ram[ctl->addr * COEFF_SIZE],
sound/soc/codecs/tscs454.c
443
ret = write_coeff_ram(component, coeff_ram,
sound/soc/codecs/tscs454.c
89
static inline void coeff_ram_init(struct coeff_ram *ram)
sound/soc/tegra/tegra210_sfc.c
3096
s32 *coeff_ram;
sound/soc/tegra/tegra210_sfc.c
3102
coeff_ram = coef_addr_table[sfc->srate_in][sfc->srate_out];
sound/soc/tegra/tegra210_sfc.c
3103
if (IS_ERR_OR_NULL(coeff_ram)) {
sound/soc/tegra/tegra210_sfc.c
3108
return PTR_ERR_OR_ZERO(coeff_ram);
sound/soc/tegra/tegra210_sfc.c
3111
tegra210_sfc_write_ram(sfc->regmap, coeff_ram);