Searched refs:CLOCK_HZ (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dclock.c78 #define CLOCK_HZ 12288 macro
86 CLOCK_HZ, /* frequency */
183 divisor = CLOCK_HZ/hz;
188 clk_timecounter.tc_frequency = CLOCK_HZ;
199 if ((stathz == 0) || (stathz > hz) || (CLOCK_HZ % stathz))
201 if ((profhz == 0) || (profhz > (hz << 1)) || (CLOCK_HZ % profhz))
206 MFP->mf_tcdr = CLOCK_HZ/stathz; /* Set divisor */
208 statmin = (CLOCK_HZ/stathz) - (statvar >> 1);
209 profmin = (CLOCK_HZ/profhz) - (statvar >> 1);

Completed in 47 milliseconds