Searched refs:thresh_high (Results 1 – 2 of 2) sorted by relevance
42 uint64_t tolerance, thresh_low, thresh_high; in compare_tsc_freq() local46 thresh_high = expected + tolerance; in compare_tsc_freq()51 thresh_low, thresh_high, actual); in compare_tsc_freq()52 TEST_ASSERT(thresh_high > actual, in compare_tsc_freq()55 thresh_low, thresh_high, actual); in compare_tsc_freq()
182 s16 thresh_high[8]; member739 *val = st->thresh_high[chan->channel]; in max1363_read_thresh()766 st->thresh_high[chan->channel] = val; in max1363_write_thresh()893 (st->thresh_high[j] >> 8) & 0x0F; in max1363_monitor_mode_update()894 tx_buf[i + 2] = st->thresh_high[j] & 0xFF; in max1363_monitor_mode_update()
Completed in 8 milliseconds