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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/adc/
H A Dmax1363.h192 * @thresh_low: low threshold values
217 s16 thresh_low[8]; member in struct:max1363_state
H A Dmax1363_core.c971 st->thresh_low[this_attr->address & 0x7]);
1019 st->thresh_low[this_attr->address & 0x7] = val;
1073 st->thresh_low[this_attr->address & 0x7] = val;
1283 tx_buf[i] = (st->thresh_low[j] >> 4) & 0xFF;
1284 tx_buf[i + 1] = (st->thresh_low[j] << 4) & 0xF0;

Completed in 101 milliseconds