Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
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()
/Linux-v6.1/drivers/iio/adc/
Dmax1363.c181 s16 thresh_high[8]; member
738 *val = st->thresh_high[chan->channel]; in max1363_read_thresh()
765 st->thresh_high[chan->channel] = val; in max1363_write_thresh()
892 (st->thresh_high[j] >> 8) & 0x0F; in max1363_monitor_mode_update()
893 tx_buf[i + 2] = st->thresh_high[j] & 0xFF; in max1363_monitor_mode_update()