coeff_ram
u8 *coeff_ram = tscs42xx->coeff_ram;
coeff_ram[((norm_addrs[i] + 1) * COEFF_SIZE) - 1] = 0x40;
static int write_coeff_ram(struct snd_soc_component *component, u8 *coeff_ram,
&coeff_ram[addr * COEFF_SIZE],
&tscs42xx->coeff_ram[ctl->addr * COEFF_SIZE], params->max);
memcpy(&tscs42xx->coeff_ram[ctl->addr * COEFF_SIZE],
ret = write_coeff_ram(component, tscs42xx->coeff_ram,
u8 coeff_ram[COEFF_RAM_SIZE];
ret = write_coeff_ram(component, tscs42xx->coeff_ram, 0x00,
struct coeff_ram dac_ram;
struct coeff_ram spk_ram;
struct coeff_ram sub_ram;
u8 *coeff_ram;
coeff_ram = tscs454->dac_ram.cache;
coeff_ram = tscs454->spk_ram.cache;
coeff_ram = tscs454->sub_ram.cache;
&coeff_ram[ctl->addr * COEFF_SIZE], params->max);
static int write_coeff_ram(struct snd_soc_component *component, u8 *coeff_ram,
&coeff_ram[coeff_addr * COEFF_SIZE],
u8 *coeff_ram;
coeff_ram = tscs454->dac_ram.cache;
coeff_ram = tscs454->spk_ram.cache;
coeff_ram = tscs454->sub_ram.cache;
memcpy(&coeff_ram[ctl->addr * COEFF_SIZE],
ret = write_coeff_ram(component, coeff_ram,
static inline void coeff_ram_init(struct coeff_ram *ram)
s32 *coeff_ram;
coeff_ram = coef_addr_table[sfc->srate_in][sfc->srate_out];
if (IS_ERR_OR_NULL(coeff_ram)) {
return PTR_ERR_OR_ZERO(coeff_ram);
tegra210_sfc_write_ram(sfc->regmap, coeff_ram);