Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/frequency/
Dadf4371.c477 unsigned int synth_timeout = 2, timeout = 1, vco_alc_timeout = 1; in adf4371_setup() local
531 vco_alc_timeout++; in adf4371_setup()
532 } while (vco_alc_timeout * 1024 - timeout <= 50 * tmp); in adf4371_setup()
538 st->buf[4] = ADF4371_VCO_ALC_TOUT(vco_alc_timeout); in adf4371_setup()
Dadf4377.c427 u16 vco_alc_timeout; member
601 st->vco_alc_timeout)); in adf4377_set_freq()
607 st->vco_alc_timeout >> 8)); in adf4377_set_freq()
798 st->vco_alc_timeout = DIV_ROUND_UP(st->f_div_rclk, 20000); in adf4377_init()