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

/netbsd-current/sys/arch/mac68k/mac68k/
H A Dclock.c241 int profint = PRF_INTERVAL; /* Clock ticks between interrupts */ variable
256 if (profint > CLK_INTERVAL)
257 profint = CLK_INTERVAL;
259 if (CLK_INTERVAL % profint != 0)
261 profint = CLK_INTERVAL / (CLK_INTERVAL / profint);
263 profscale = CLK_INTERVAL / profint;
265 profinthigh = profint >> 8;
266 profintlow = profint & 0xff;
272 via_reg(VIA2, vT1L) = (profint
[all...]
/netbsd-current/sys/arch/hp300/hp300/
H A Dclock.c190 int intvl, statint, profint, minint; local
226 profint = COUNTS_PER_SEC / profhz;
236 profint--;
241 profmin = profint - (statvar >> 1);
/netbsd-current/sys/arch/x68k/x68k/
H A Dclock.c381 int profint = PRF_INTERVAL; /* Clock ticks between interrupts */ variable
423 if (profint > CLK_INTERVAL || (CLK_INTERVAL % profint) != 0)
424 profint = CLK_INTERVAL;
425 profscale = CLK_INTERVAL / profint;
/netbsd-current/sys/arch/amiga/dev/
H A Dclock.c553 int profint = PRF_INTERVAL; /* Clock ticks between interrupts */ variable
597 if (profint > amiga_clk_interval || (amiga_clk_interval % profint) != 0)
598 profint = amiga_clk_interval;
599 profscale = amiga_clk_interval / profint;
613 interval = profint - 1;
/netbsd-current/sys/arch/evbarm/ifpga/
H A Difpga_clock.c244 int profint; local
270 profint = COUNTS_PER_SEC / profhz;
278 profint--;
282 profmin = profint - (statvar >> 1);

Completed in 90 milliseconds