Home
last modified time | relevance | path

Searched refs:thresh_high (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dmax1363.c158 * @thresh_high: high threshold values
182 s16 thresh_high[8]; member
739 *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()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dmax1363.c156 * @thresh_high: high threshold values
179 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()

Completed in 6 milliseconds