Searched refs:coeff_lut (Results 1 – 4 of 4) sorted by relevance
47 static const struct af9013_coeff coeff_lut[] = { variable
71 static const struct coeff coeff_lut[] = { variable
399 for (i = 0; i < ARRAY_SIZE(coeff_lut); i++) { in af9033_set_frontend()400 if (coeff_lut[i].clock == dev->cfg.clock && in af9033_set_frontend()401 coeff_lut[i].bandwidth_hz == c->bandwidth_hz) { in af9033_set_frontend()405 if (i == ARRAY_SIZE(coeff_lut)) { in af9033_set_frontend()413 ret = regmap_bulk_write(dev->regmap, 0x800001, coeff_lut[i].val, in af9033_set_frontend()414 sizeof(coeff_lut[i].val)); in af9033_set_frontend()
137 for (i = 0; i < ARRAY_SIZE(coeff_lut); i++) { in af9013_set_frontend()138 if (coeff_lut[i].clock == state->clk && in af9013_set_frontend()139 coeff_lut[i].bandwidth_hz == c->bandwidth_hz) { in af9013_set_frontend()145 if (i == ARRAY_SIZE(coeff_lut)) { in af9013_set_frontend()150 ret = regmap_bulk_write(state->regmap, 0xae00, coeff_lut[i].val, in af9013_set_frontend()151 sizeof(coeff_lut[i].val)); in af9013_set_frontend()