Searched defs:sys_tick_freq (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dhardclk.c52 uint64_t sys_tick_freq = 0; variable
53 uint_t cpu_tick_freq = 0; /* deprecated, tune sys_tick_freq instead */
74 * sys_clock_mhz = (sys_tick_freq + 500000) / 1000000
78 * calibrate sys_tick_freq but can only set it to the prom value. The
81 * Only call cpu_init_tick_freq the second time around if sys_tick_freq
94 "tunable, use sys_tick_freq instead");
95 sys_tick_freq = cpu_tick_freq;
97 if (sys_tick_freq == sys_tick_freq_save) {
99 sys_tick_freq_save = sys_tick_freq;
101 ASSERT(sys_tick_freq !
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dhardclk.c50 uint64_t sys_tick_freq = 0; variable
51 uint_t cpu_tick_freq = 0; /* deprecated, tune sys_tick_freq instead */
94 * sys_clock_mhz = (sys_tick_freq + 500000) / 1000000
98 * calibrate sys_tick_freq but can only set it to the prom value. The
101 * Only call cpu_init_tick_freq the second time around if sys_tick_freq
114 "tunable, use sys_tick_freq instead");
115 sys_tick_freq = cpu_tick_freq;
117 if (sys_tick_freq == sys_tick_freq_save) {
119 sys_tick_freq_save = sys_tick_freq;
121 ASSERT(sys_tick_freq !
[all...]

Completed in 57 milliseconds