Searched +full:vrefcd +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | adi,ad5764.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lars-Peter Clausen <lars@metafoo.de> 11 - Jonathan Cameron <jic23@kernel.org> 17 - adi,ad5744 18 - adi,ad5744r 19 - adi,ad5764 20 - adi,ad5764r 25 vrefAB-supply: true [all …]
|
/linux/drivers/iio/dac/ |
H A D | ad5764.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Analog devices AD5764, AD5764R, AD5744, AD5744R quad-channel 33 * struct ad5764_chip_info - chip specific information 34 * @int_vref: Value of the internal reference voltage in uV - 0 if external 44 * struct ad5764_state - driver instance specific data 47 * @vref_reg: vref supply regulators 90 .shift = 16 - (_bits), \ 130 mutex_lock(&st->lock); in ad5764_write() 131 st->data[0].d32 = cpu_to_be32((reg << 16) | val); in ad5764_write() 133 ret = spi_write(st->spi, &st->data[0].d8[1], 3); in ad5764_write() [all …]
|