powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / include / dt-bindings / iio / adi,ad5592r.h
blobc48aca1dcade61094996d23b0a69a3760a3ea5eb
2 #ifndef _DT_BINDINGS_ADI_AD5592R_H
3 #define _DT_BINDINGS_ADI_AD5592R_H
5 #define CH_MODE_UNUSED 0
6 #define CH_MODE_ADC 1
7 #define CH_MODE_DAC 2
8 #define CH_MODE_DAC_AND_ADC 3
9 #define CH_MODE_GPIO 8
11 #define CH_OFFSTATE_PULLDOWN 0
12 #define CH_OFFSTATE_OUT_LOW 1
13 #define CH_OFFSTATE_OUT_HIGH 2
14 #define CH_OFFSTATE_OUT_TRISTATE 3
16 #endif /* _DT_BINDINGS_ADI_AD5592R_H */