Lines Matching defs:cnt_mode
373 const struct iio_chan_spec *chan, unsigned int cnt_mode)
376 unsigned int mode_cfg = cnt_mode << 1;
381 priv->count_mode[chan->channel] = cnt_mode;
982 struct counter_count *count, size_t *cnt_mode)
989 *cnt_mode = COUNTER_COUNT_MODE_NORMAL;
992 *cnt_mode = COUNTER_COUNT_MODE_RANGE_LIMIT;
995 *cnt_mode = COUNTER_COUNT_MODE_NON_RECYCLE;
998 *cnt_mode = COUNTER_COUNT_MODE_MODULO_N;
1006 struct counter_count *count, size_t cnt_mode)
1013 switch (cnt_mode) {
1015 cnt_mode = 0;
1018 cnt_mode = 1;
1021 cnt_mode = 2;
1024 cnt_mode = 3;
1030 priv->count_mode[count->id] = cnt_mode;
1033 mode_cfg = cnt_mode << 1;