Lines Matching +full:system +full:- +full:clock +full:- +full:frequency
31 #include <sys/clock.h>
61 int watchdog_available = 0; /* system has a watchdog */
99 * first call is also before /etc/system is read.
102 * has not been tuned via /etc/system.
124 * See the comments in clock.h for a full description of in setcpudelay()
129 nsec_scale = (uint_t)(((u_longlong_t)NANOSEC << (32 - nsec_shift)) / in setcpudelay()
133 * scaled_clock_mhz is a more accurated (ie not rounded-off) in setcpudelay()
145 * Pre-calculate number of sticks per usec for drv_usecwait. in setcpudelay()
147 sticks_per_usec = MAX((sys_tick_freq + (MICROSEC - 1)) / MICROSEC, 1); in setcpudelay()
150 cmn_err(CE_WARN, "invalid system frequency"); in setcpudelay()
175 * can be exported to platform-independent clock routines
195 * to enable/disable its clock.