Searched +full:aux +full:- +full:output +full:- +full:fundamental +full:- +full:enable (Results 1 – 2 of 2) 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:28 clock-names:31 '#clock-cells':34 clock-output-names:[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 …]