Searched refs:thresh_low (Results 1 – 3 of 3) sorted by relevance
40 u64 tolerance, thresh_low, thresh_high; in compare_tsc_freq() local43 thresh_low = expected - tolerance; in compare_tsc_freq()46 TEST_ASSERT(thresh_low < actual, in compare_tsc_freq()49 thresh_low, thresh_high, actual); in compare_tsc_freq()53 thresh_low, thresh_high, actual); in compare_tsc_freq()
49 int thresh_low; member124 data->thresh_low = value; in apds9300_set_thresh_low()284 *val = data->thresh_low; in apds9300_read_thresh()
181 s16 thresh_low[8]; member734 *val = st->thresh_low[chan->channel]; in max1363_read_thresh()760 st->thresh_low[chan->channel] = val; in max1363_write_thresh()876 tx_buf[i] = (st->thresh_low[j] >> 4) & 0xFF; in max1363_monitor_mode_update()877 tx_buf[i + 1] = (st->thresh_low[j] << 4) & 0xF0; in max1363_monitor_mode_update()