Searched refs:thresh_low (Results 1 – 2 of 2) sorted by relevance
38 u64 tolerance, thresh_low, thresh_high; in compare_tsc_freq() 41 thresh_low = expected - tolerance; in compare_tsc_freq() 44 TEST_ASSERT(thresh_low < actual, in compare_tsc_freq() 47 thresh_low, thresh_high, actual); in compare_tsc_freq() 51 thresh_low, thresh_high, actual); in compare_tsc_freq() 40 u64 tolerance, thresh_low, thresh_high; compare_tsc_freq() local
180 s16 thresh_low[8]; member733 *val = st->thresh_low[chan->channel]; in max1363_read_thresh()759 st->thresh_low[chan->channel] = val; in max1363_write_thresh()875 tx_buf[i] = (st->thresh_low[j] >> 4) & 0xFF; in max1363_monitor_mode_update()876 tx_buf[i + 1] = (st->thresh_low[j] << 4) & 0xF0; in max1363_monitor_mode_update()