Searched +full:voltage +full:- +full:alert +full:- +full:last +full:- +full:chan (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 <michael.hennerich@analog.com>11 - Jonathan Cameron <jic23@kernel.org>18 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7280A.pdf31 adi,voltage-alert-last-chan:34 Allows limiting of scope of which channels are considered for voltage36 last device in the daisy chain.40 adi,acquisition-time-ns:[all …]
1 // SPDX-License-Identifier: GPL-2.0128 #define AD7280A_NUM_CH (AD7280A_AUX_ADC_6_REG - \134 (c) - AD7280A_CELLS_PER_DEV)142 /* 5-bit device address is sent LSB first */202 unsigned char crc = ad7280_calc_crc8(st->crc_tab, val >> 10); in ad7280_check_crc()205 return -EIO; in ad7280_check_crc()220 if (st->readback_delay_us < 50) in ad7280_delay()221 udelay(st->readback_delay_us); in ad7280_delay()230 .tx_buf = &st->tx, in __ad7280_read32()231 .rx_buf = &st->rx, in __ad7280_read32()[all …]