Searched +full:mute +full:- +full:till +full:- +full:lock +full:- +full:en (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Popa Stefan <[email protected]>14 https://www.analog.com/media/en/technical-documentation/data-sheets/adf4371.pdf15 https://www.analog.com/media/en/technical-documentation/data-sheets/adf4372.pdf20 - adi,adf437121 - adi,adf437228 Definition of the external clock (see clock/clock-bindings.txt)31 clock-names:[all …]
1 // SPDX-License-Identifier: GPL-2.074 /* MOD1 is a 24-bit primary modulus with fixed value of 2^25 */76 /* MOD2 is the programmable, 14-bit auxiliary fractional modulus */163 * Lock for accessing device registers. Some operations require169 struct mutex lock; member188 val = (((u64)st->integer * ADF4371_MODULUS1) + st->fract1) * st->fpfd; in adf4371_pll_fract_n_get_rate()189 tmp = (u64)st->fract2 * st->fpfd; in adf4371_pll_fract_n_get_rate()190 do_div(tmp, st->mod2); in adf4371_pll_fract_n_get_rate()194 ref_div_sel = st->rf_div_sel; in adf4371_pll_fract_n_get_rate()248 return -EINVAL; in adf4371_set_freq()[all …]