Home
last modified time | relevance | path

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

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