Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/proximity/
Das3935.c62 u32 tune_cap; member
292 BIT(5) | (st->tune_cap / TUNE_CAP_DIV)); in calibrate_as3935()
295 as3935_write(st, AS3935_TUNE_CAP, (st->tune_cap / TUNE_CAP_DIV)); in calibrate_as3935()
374 "ams,tuning-capacitor-pf", &st->tune_cap); in as3935_probe()
376 st->tune_cap = 0; in as3935_probe()
379 st->tune_cap); in as3935_probe()
382 if (st->tune_cap > MAX_PF_CAP) { in as3935_probe()
385 st->tune_cap); in as3935_probe()