Searched +full:reference +full:- +full:doubler +full:- +full:enable (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Michael Hennerich <[email protected]>15 - adi,adf435016 - adi,adf435121 spi-max-frequency:26 description: Clock to provide CLKIN reference clock signal.28 clock-names:31 '#clock-cells':[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */38 * struct ad9523_channel_spec - Output channel configuration42 * @sync_ignore_en: Ignore chip-level SYNC signal.49 * @channel_divider: 10-bit channel divider.106 * struct ad9523_platform_data - platform specific information109 * @refa_diff_rcv_en: REFA differential/single-ended input selection.110 * @refb_diff_rcv_en: REFB differential/single-ended input selection.111 * @zd_in_diff_en: Zero Delay differential/single-ended input selection.112 * @osc_in_diff_en: OSC differential/ single-ended input selection.113 * @refa_cmos_neg_inp_en: REFA single-ended neg./pos. input enable.[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Copyright 2012-2013 Analog Devices Inc.22 #include <linux/clk-provider.h>83 for (i = ADF4350_REG5; i >= ADF4350_REG0; i--) { in adf4350_sync_config()84 if ((st->regs_hw[i] != st->regs[i]) || in adf4350_sync_config()93 st->val = cpu_to_be32(st->regs[i] | i); in adf4350_sync_config()94 ret = spi_write(st->spi, &st->val, 4); in adf4350_sync_config()97 st->regs_hw[i] = st->regs[i]; in adf4350_sync_config()98 dev_dbg(&st->spi->dev, "[%d] 0x%X\n", in adf4350_sync_config()99 i, (u32)st->regs[i] | i); in adf4350_sync_config()[all …]
3 Contact: linux-[email protected]11 Contact: linux-[email protected]25 Contact: linux-[email protected]31 Contact: linux-[email protected]38 Contact: linux-[email protected]44 The contents of the label are free-form, but there are some51 * "proximity-wifi"52 * "proximity-lte"53 * "proximity-wifi-lte"54 * "proximity-wifi-left"[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 ** Device driver for the PCI-SCSI NCR538XX controller family.8 **-----------------------------------------------------------------------------22 ** Stefan Esser <[email protected]-Koeln.de>27 **-----------------------------------------------------------------------------38 ** Support for Fast-20 scsi.42 ** Support for Fast-40 scsi.43 ** Support for on-Board RAM.46 ** Full support for scsi scripts instructions pre-fetching.57 ** Low PCI traffic for command handling when on-chip RAM is present.[all …]