Search | Google it | Results 1 - 3 of 3 for funcall:TIN_CLK (0.00 seconds) |
95: d = in_w(DIVTIMTIN); 96: SCInfo.loop64us = TIN_CLK(d) / (cnt * (50/2)) * (64/2); 97: }
58: /* set counter */ 59: n = (TIMER_PERIOD * TIN_CLK(d)) / 1000000 - 1; 60: out_w(TI_SET, n);
323: 324: pk_rptmr->ptmrclk = TIN_CLK(d); 325: pk_rptmr->maxcount = 0xffffffff;