Home
last modified time | relevance | path

Searched refs:CVAL_MAX (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/kvm/aarch64/
Darch_timer_edge_cases.c25 static const uint64_t CVAL_MAX = ~0ULL; variable
34 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()
/linux-6.12.1/sound/drivers/vx/
Dvx_mixer.c564 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()
/linux-6.12.1/include/sound/
Dvx_core.h523 #define CVAL_MAX 0x1FF macro