Search | Google it | Results 1 - 1 of 1 for funcall:TIN_CLK from tkernel_2/kernel/sysdepend/device/tef_em1d/tkdev_timer.h (0.00 seconds) |
58: /* set counter */ 59: n = (TIMER_PERIOD * TIN_CLK(d)) / 1000000 - 1; 60: out_w(TI_SET, n); 158: 159: return ofs * 1000000000LL / TIN_CLK(d); 160: } 181: 182: return (ofs + 1) * 1000000LL / TIN_CLK(d); 183: }