Home
last modified time | relevance | path

Searched refs:clock (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/libsys/
Dbf_manprf.h45 int clock = INPUT_CLOCK; /* Initialize clock to CLKIN */ in TICKS_PER_SEC() local
51 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()