Searched +full:axi +full:- +full:ad3552r (Results 1 – 1 of 1) sorted by relevance
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 …]