Lines Matching full:counter
29 /* Base of the System Counter control frame */
32 /* SSE counter register offsets in the control frame */
69 * Reset the system counter and the timer between tests. This in reset_counter_and_timer()
81 /* Basic counter functionality test */ in test_counter()
84 /* The counter should start disabled: check that it doesn't move */ in test_counter()
93 /* Check the counter scaling functionality */ in test_counter()
114 /* We must enable the System Counter or the timer won't run. */ in test_timer()
117 /* Timer starts disabled and with a counter of 0 */ in test_timer()
134 /* Check TVAL view of the counter */ in test_timer()
195 * Test that the timer responds correctly to counter in test_timer_scale_change()
199 /* Give ourselves access to the timer, and enable the counter and timer */ in test_timer_scale_change()
209 /* Reprogram the counter to run at 1/16th speed */ in test_timer_scale_change()
231 qtest_add_func("/sse-timer/counter", test_counter); in main()