Home
last modified time | relevance | path

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

/netbsd/sys/arch/shark/shark/
H A Dprofile.c63 #define countPerTick 500 /* TIMER_FREQ/10000 10 kHz timer */ macro
372 hatClkOn(countPerTick, in profStart()
H A Dscr.c615 static void scrClkStart(struct scr_softc* sc,int countPerTick);
3441 static void scrClkStart(struct scr_softc * sc,int countPerTick) in scrClkStart() argument
3452 scrClkCount = countPerTick; in scrClkStart()
3454 hatClkOn(countPerTick, in scrClkStart()