Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/arm64/
H A Darch_timer_edge_cases.c26 static uint64_t CVAL_MAX; variable
570 GUEST_ASSERT(timer_get_cval(timer) >= (CVAL_MAX - msec_to_cycles(test_args.wait_ms))); in timers_sanity_checks()
727 test_set_cnt_after_cval(timer, CVAL_MAX, 1, 2, wm); in test_move_counters_ahead_of_timers()
952 sync_global_to_guest(*vm, CVAL_MAX); in test_vm_create()
1026 CVAL_MAX = GENMASK_ULL(width - 1, 0); in set_counter_defaults()
1027 DEF_CNT = CVAL_MAX / 2; in set_counter_defaults()
/linux/include/sound/
H A Dvx_core.h523 #define CVAL_MAX 0x1FF macro