Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/proximity/
Das3935.c66 u32 tune_cap; member
267 BIT(5) | (st->tune_cap / TUNE_CAP_DIV)); in calibrate_as3935()
270 as3935_write(st, AS3935_TUNE_CAP, (st->tune_cap / TUNE_CAP_DIV)); in calibrate_as3935()
342 st->tune_cap = 0; in as3935_probe()
349 "ams,tuning-capacitor-pf", &st->tune_cap); in as3935_probe()
351 st->tune_cap = 0; in as3935_probe()
354 st->tune_cap); in as3935_probe()
357 if (st->tune_cap > MAX_PF_CAP) { in as3935_probe()
360 st->tune_cap); in as3935_probe()