Home
last modified time | relevance | path

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

/drivers/iio/proximity/
Das3935.c60 u32 tune_cap; member
294 BIT(5) | (st->tune_cap / TUNE_CAP_DIV)); in calibrate_as3935()
297 as3935_write(st, AS3935_TUNE_CAP, (st->tune_cap / TUNE_CAP_DIV)); in calibrate_as3935()
383 "ams,tuning-capacitor-pf", &st->tune_cap); in as3935_probe()
385 st->tune_cap = 0; in as3935_probe()
387 st->tune_cap); in as3935_probe()
390 if (st->tune_cap > MAX_PF_CAP) { in as3935_probe()
392 st->tune_cap); in as3935_probe()