HomeSort by: relevance | last modified time | path
    Searched defs:time_constant (Results 1 - 6 of 6) 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)));
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)));
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);
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);
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 40 milliseconds