Home
last modified time | relevance | path

Searched refs:AD7298_WRITE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dad7298.c28 #define AD7298_WRITE BIT(15) /* write to the control register */ macro
115 command = AD7298_WRITE | st->ext_ref; in ad7298_update_scan_mode()
176 st->tx_buf[0] = cpu_to_be16(AD7298_WRITE | st->ext_ref | in ad7298_scan_direct()
191 buf = cpu_to_be16(AD7298_WRITE | AD7298_TSENSE | in ad7298_scan_temp()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad7298.c27 #define AD7298_WRITE BIT(15) /* write to the control register */ macro
114 command = AD7298_WRITE | st->ext_ref; in ad7298_update_scan_mode()
169 st->tx_buf[0] = cpu_to_be16(AD7298_WRITE | st->ext_ref | in ad7298_scan_direct()
184 buf = cpu_to_be16(AD7298_WRITE | AD7298_TSENSE | in ad7298_scan_temp()

Completed in 3 milliseconds