Home
last modified time | relevance | path

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

/drivers/iio/proximity/
Das3935.c65 u32 tune_cap; member
271 BIT(5) | (st->tune_cap / TUNE_CAP_DIV)); in calibrate_as3935()
274 as3935_write(st, AS3935_TUNE_CAP, (st->tune_cap / TUNE_CAP_DIV)); in calibrate_as3935()
346 st->tune_cap = 0; in as3935_probe()
353 "ams,tuning-capacitor-pf", &st->tune_cap); in as3935_probe()
355 st->tune_cap = 0; in as3935_probe()
358 st->tune_cap); in as3935_probe()
361 if (st->tune_cap > MAX_PF_CAP) { in as3935_probe()
364 st->tune_cap); in as3935_probe()