OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:profint
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/hp300/hp300/
clock.c
190
int intvl, statint,
profint
, minint;
local in function:cpu_initclocks
226
profint
= COUNTS_PER_SEC / profhz;
236
profint
--;
241
profmin =
profint
- (statvar >> 1);
/src/sys/arch/x68k/x68k/
clock.c
381
int
profint
= PRF_INTERVAL; /* Clock ticks between interrupts */
variable in typeref:typename:int
423
if (
profint
> CLK_INTERVAL || (CLK_INTERVAL %
profint
) != 0)
424
profint
= CLK_INTERVAL;
425
profscale = CLK_INTERVAL /
profint
;
/src/sys/arch/evbarm/ifpga/
ifpga_clock.c
244
int
profint
;
local in function:cpu_initclocks
270
profint
= COUNTS_PER_SEC / profhz;
278
profint
--;
282
profmin =
profint
- (statvar >> 1);
/src/sys/arch/mac68k/mac68k/
clock.c
241
int
profint
= PRF_INTERVAL; /* Clock ticks between interrupts */
variable in typeref:typename:int
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
- 1) & 0xff
[
all
...]
/src/sys/arch/amiga/dev/
clock.c
553
int
profint
= PRF_INTERVAL; /* Clock ticks between interrupts */
variable in typeref:typename:int
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;
Completed in 37 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025