OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_constant
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/s3c2xx0/
s3c24x0_clk.c
228
#define
time_constant
(hz) (TIMER_FREQUENCY(pclk) /(hz)/ prescaler)
macro
234
tc =
time_constant
(hz); \
259
/*((prescaler - 1) << 16) |*/ (
time_constant
(stathz)));
/src/sys/kern/
kern_ntptime.c
181
static long
time_constant
; /* poll interval (shift) (s) */
variable in typeref:typename:long
319
time_constant
= 0;
321
time_constant
= MAXTC;
323
time_constant
= ntv->constant;
391
ntv->constant =
time_constant
;
517
L_RSHIFT(ftemp, SHIFT_PLL +
time_constant
);
519
L_RSHIFT(ftemp, SHIFT_PLL +
time_constant
);
657
L_RSHIFT(ftemp, (SHIFT_PLL + 2 +
time_constant
) << 1);
Completed in 13 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025