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

/linux-master/drivers/iio/adc/
H A Dmax9611.c115 * max9611_mux_conf - associate ADC mux configuration with register address
118 static const unsigned int max9611_mux_conf[][2] = { variable
215 u8 mux_conf = max9611_mux_conf[selector][0] & MAX9611_MUX_MASK;
216 u8 reg_addr = max9611_mux_conf[selector][1];

Completed in 341 milliseconds