Searched refs:clock (Results 1 – 1 of 1) sorted by relevance
45 int clock = INPUT_CLOCK; /* Initialize clock to CLKIN */ in TICKS_PER_SEC() local51 clock *= msel; in TICKS_PER_SEC()53 clock >>= (pll_ctl & 1); in TICKS_PER_SEC()55 clock >>= csel; in TICKS_PER_SEC()58 return clock / TICK_RATE; in TICKS_PER_SEC()