Searched +full:nco +full:- +full:ref (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 1 // SPDX-License-Identifier: GPL-2.0-only 28 * struct zl3073x_dpll_pin - DPLL pin 67 * zl3073x_dpll_is_input_pin - check if the pin is input one 75 return pin->dir == DPLL_PIN_DIRECTION_INPUT; in zl3073x_dpll_is_input_pin() 79 * zl3073x_dpll_is_p_pin - check if the pin is P-pin 82 * Return: true if the pin is P-pin, false if it is N-pin 87 return zl3073x_is_p_pin(pin->id); in zl3073x_dpll_is_p_pin() 98 *direction = pin->dir; in zl3073x_dpll_pin_direction_get() 112 struct zl3073x_dev *zldev = zldpll->dev; in zl3073x_dpll_input_pin_esync_get() 114 const struct zl3073x_ref *ref; in zl3073x_dpll_input_pin_esync_get() local [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | lgdt3305.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Support for LG Electronics LGDT3304 and LGDT3305 - VSB/QAM 18 MODULE_PARM_DESC(debug, "set debug level (info=1, reg=2 (or-able))"); 54 /* ------------------------------------------------------------------------ */ 106 .addr = state->cfg->i2c_addr, .flags = 0, in lgdt3305_write_reg() 112 ret = i2c_transfer(state->i2c_adap, &msg, 1); in lgdt3305_write_reg() 115 lg_err("error (addr %02x %02x <- %02x, err = %i)\n", in lgdt3305_write_reg() 120 return -EREMOTEIO; in lgdt3305_write_reg() 130 { .addr = state->cfg->i2c_addr, in lgdt3305_read_reg() 132 { .addr = state->cfg->i2c_addr, in lgdt3305_read_reg() [all …]
|
| /linux/arch/arm64/boot/dts/apple/ |
| H A D | t600x-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 11 #address-cells = <2>; 12 #size-cells = <2>; 19 #address-cells = <2>; 20 #size-cells = <0>; 22 cpu-map { 67 enable-method = "spin-table"; 68 cpu-release-addr = <0 0>; /* To be filled by loader */ 69 next-level-cache = <&l2_cache_0>; 70 i-cache-size = <0x20000>; [all …]
|