Searched refs:coeff_addr (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dmax2175.c431 u8 coeff_addr, upper_address = 24; local
440 coeff_addr = i + bank * 24;
443 max2175_write(ctx, 117, coeff_addr | 1 << 7);
/linux-master/sound/soc/codecs/
H A Dtscs454.c345 unsigned int coeff_addr, unsigned int coeff_cnt)
353 for (cnt = 0; cnt < coeff_cnt; cnt++, coeff_addr++) {
368 ret = regmap_write(tscs454->regmap, r_addr, coeff_addr);
376 &coeff_ram[coeff_addr * COEFF_SIZE],
343 write_coeff_ram(struct snd_soc_component *component, u8 *coeff_ram, unsigned int r_stat, unsigned int r_addr, unsigned int r_wr, unsigned int coeff_addr, unsigned int coeff_cnt) argument

Completed in 125 milliseconds