Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dmax2175.c439 u8 coeff_addr, upper_address = 24; in max2175_set_filter_coeffs() local
448 coeff_addr = i + bank * 24; in max2175_set_filter_coeffs()
451 max2175_write(ctx, 117, coeff_addr | 1 << 7); in max2175_set_filter_coeffs()
/Linux-v4.19/sound/soc/codecs/
Dtscs454.c346 unsigned int coeff_addr, unsigned int coeff_cnt) in write_coeff_ram() argument
354 for (cnt = 0; cnt < coeff_cnt; cnt++, coeff_addr++) { in write_coeff_ram()
374 ret = regmap_write(tscs454->regmap, r_addr, coeff_addr); in write_coeff_ram()
382 &coeff_ram[coeff_addr * COEFF_SIZE], in write_coeff_ram()