Searched +full:mute +full:- +full:till +full:- +full:lock +full:- +full:en (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/frequency/ |
| D | adf4371.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Popa Stefan <stefan.popa@analog.com> 14 https://www.analog.com/media/en/technical-documentation/data-sheets/adf4371.pdf 15 https://www.analog.com/media/en/technical-documentation/data-sheets/adf4372.pdf 20 - adi,adf4371 21 - adi,adf4372 28 Definition of the external clock (see clock/clock-bindings.txt) 31 clock-names: [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/frequency/ |
| D | adf4371.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Popa Stefan <stefan.popa@analog.com> 14 https://www.analog.com/media/en/technical-documentation/data-sheets/adf4371.pdf 15 https://www.analog.com/media/en/technical-documentation/data-sheets/adf4372.pdf 20 - adi,adf4371 21 - adi,adf4372 28 Definition of the external clock (see clock/clock-bindings.txt) 31 clock-names: [all …]
|
| /kernel/linux/linux-5.10/drivers/iio/frequency/ |
| D | adf4371.c | 1 // SPDX-License-Identifier: GPL-2.0 73 /* MOD1 is a 24-bit primary modulus with fixed value of 2^25 */ 75 /* MOD2 is the programmable, 14-bit auxiliary fractional modulus */ 162 * Lock for accessing device registers. Some operations require 168 struct mutex lock; member 187 val = (((u64)st->integer * ADF4371_MODULUS1) + st->fract1) * st->fpfd; in adf4371_pll_fract_n_get_rate() 188 tmp = (u64)st->fract2 * st->fpfd; in adf4371_pll_fract_n_get_rate() 189 do_div(tmp, st->mod2); in adf4371_pll_fract_n_get_rate() 193 ref_div_sel = st->rf_div_sel; in adf4371_pll_fract_n_get_rate() 247 return -EINVAL; in adf4371_set_freq() [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/frequency/ |
| D | adf4371.c | 1 // SPDX-License-Identifier: GPL-2.0 73 /* MOD1 is a 24-bit primary modulus with fixed value of 2^25 */ 75 /* MOD2 is the programmable, 14-bit auxiliary fractional modulus */ 162 * Lock for accessing device registers. Some operations require 168 struct mutex lock; member 187 val = (((u64)st->integer * ADF4371_MODULUS1) + st->fract1) * st->fpfd; in adf4371_pll_fract_n_get_rate() 188 tmp = (u64)st->fract2 * st->fpfd; in adf4371_pll_fract_n_get_rate() 189 do_div(tmp, st->mod2); in adf4371_pll_fract_n_get_rate() 193 ref_div_sel = st->rf_div_sel; in adf4371_pll_fract_n_get_rate() 247 return -EINVAL; in adf4371_set_freq() [all …]
|
| /kernel/linux/patches/linux-5.10/yangfan_patch/ |
| D | drivers.patch | 1 diff --git a/drivers/Makefile b/drivers/Makefile 3 --- a/drivers/Makefile 5 @@ -6,6 +6,8 @@ 6 # Rewritten to use lists instead of if-statements. 11 obj-y += irqchip/ 12 obj-y += bus/ 14 diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c 16 --- a/drivers/block/nbd.c 18 @@ -2398,12 +2398,6 @@ static int nbd_genl_status(struct sk_buff *skb, struct genl_info *info) 22 - if (!dev_list) { [all …]
|
| /kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
| D | linux-5.10.patch | 1 diff -Naur a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile 2 --- a/arch/arm/boot/Makefile 2022-05-27 17:20:13.781877650 +0800 3 +++ b/arch/arm/boot/Makefile 2022-05-31 11:56:47.693259679 +0800 4 @@ -16,6 +16,7 @@ 12 @@ -24,10 +25,12 @@ 13 ZRELADDR := $(zreladdr-y) 14 PARAMS_PHYS := $(params_phys-y) 15 INITRD_PHYS := $(initrd_phys-y) 16 +DTB_OBJS ?= $(dtb-y) 21 -targets := Image zImage xipImage bootpImage uImage [all …]
|