Home
last modified time | relevance | path

Searched refs:thresh_high (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_nested_tsc_scaling_test.c39 uint64_t tolerance, thresh_low, thresh_high; in compare_tsc_freq() local
43 thresh_high = expected + tolerance; in compare_tsc_freq()
48 thresh_low, thresh_high, actual); in compare_tsc_freq()
49 TEST_ASSERT(thresh_high > actual, in compare_tsc_freq()
52 thresh_low, thresh_high, actual); in compare_tsc_freq()
/openbmc/linux/drivers/iio/adc/
H A Dmax1363.c179 s16 thresh_high[8]; member
736 *val = st->thresh_high[chan->channel]; in max1363_read_thresh()
763 st->thresh_high[chan->channel] = val; in max1363_write_thresh()
890 (st->thresh_high[j] >> 8) & 0x0F; in max1363_monitor_mode_update()
891 tx_buf[i + 2] = st->thresh_high[j] & 0xFF; in max1363_monitor_mode_update()