xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/iio/adi,ad5592r.h (revision 6cafeaff4f65ec1a16fd3dea38137ce64d39d334)
1 /*	$NetBSD: adi,ad5592r.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 
5 #ifndef _DT_BINDINGS_ADI_AD5592R_H
6 #define _DT_BINDINGS_ADI_AD5592R_H
7 
8 #define CH_MODE_UNUSED			0
9 #define CH_MODE_ADC			1
10 #define CH_MODE_DAC			2
11 #define CH_MODE_DAC_AND_ADC		3
12 #define CH_MODE_GPIO			8
13 
14 #define CH_OFFSTATE_PULLDOWN		0
15 #define CH_OFFSTATE_OUT_LOW		1
16 #define CH_OFFSTATE_OUT_HIGH		2
17 #define CH_OFFSTATE_OUT_TRISTATE	3
18 
19 #endif /* _DT_BINDINGS_ADI_AD5592R_H */
20