Lines Matching defs:conf
96 * @conf: The corresponding value of the configuration register
100 int8_t conf;
193 .conf = MAX1363_CHANNEL_SEL(_num) \
200 .conf = MAX1363_CHANNEL_SEL(_num) \
208 .conf = MAX1363_CHANNEL_SEL(_num) \
215 .conf = MAX1363_CHANNEL_SEL(_nump) \
223 .conf = MAX1363_CHANNEL_SEL(_num) \
231 .conf = MAX1363_CHANNEL_SEL(_num) \
353 st->configbyte |= st->current_mode->conf;
854 st->configbyte |= max1363_mode_table[s0to3].conf;
857 st->configbyte |= max1363_mode_table[d0m1to2m3].conf;
860 st->configbyte |= max1363_mode_table[d1m0to3m2].conf;