Searched refs:CVAL_MAX (Results 1 – 3 of 3) sorted by relevance
25 static const uint64_t CVAL_MAX = ~0ULL; variable34 static const uint64_t DEF_CNT = (CVAL_MAX / 2);569 GUEST_ASSERT(timer_get_cval(timer) >= (CVAL_MAX - msec_to_cycles(test_args.wait_ms))); in timers_sanity_checks()726 test_set_cnt_after_cval(timer, CVAL_MAX, 1, 2, wm); in test_move_counters_ahead_of_timers()739 test_set_cnt_after_cval_no_irq(timer, 0, DEF_CNT, CVAL_MAX, sm); in test_move_counters_ahead_of_timers()
564 uinfo->value.integer.max = CVAL_MAX; in vx_audio_gain_info()590 if (val[0] > CVAL_MAX || val[1] > CVAL_MAX) in vx_audio_gain_put()624 if (val[0] > CVAL_MAX || val[1] > CVAL_MAX) in vx_audio_monitor_put()
523 #define CVAL_MAX 0x1FF macro