Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/frequency/
Dadf4371.c478 unsigned int vco_band_div, tmp; in adf4371_setup() local
519 vco_band_div = DIV_ROUND_UP(st->fpfd, 2400000U); in adf4371_setup()
534 st->buf[0] = vco_band_div; in adf4371_setup()
Dadf4377.c429 u16 vco_band_div; member
612 FIELD_PREP(ADF4377_0026_VCO_BAND_DIV_MSK, st->vco_band_div)); in adf4377_set_freq()
799 st->vco_band_div = DIV_ROUND_UP(st->f_div_rclk, 150000 * 16 * (1 << st->dclk_mode)); in adf4377_init()