Searched +full:axi +full:- +full:ad3552r (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only10 tristate "Analog Devices AD3552R DAC High Speed driver"14 Say yes here to build support for Analog Devices AD3552R22 module will be called ad3552r-hs.27 config AD3552R config 28 tristate "Analog Devices AD3552R DA[all...]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Analog Devices Generic AXI DAC IP core6 * Copyright 2016-2024 Analog Devices Inc.26 #include <linux/fpga/adi-axi-common.h>28 #include <linux/iio/buffer-dmaengine.h>32 #include "ad3552r-hs.h"126 guard(mutex)(&st->lock); in axi_dac_enable()127 ret = regmap_set_bits(st->regmap, AXI_DAC_RSTN_REG, in axi_dac_enable()136 ret = regmap_read_poll_timeout(st->regmap, AXI_DAC_DRP_STATUS_REG, in axi_dac_enable()143 return regmap_set_bits(st->regmap, AXI_DAC_RSTN_REG, in axi_dac_enable()[all …]
5 ----------[all...]