HomeSort by: relevance | last modified time | path
    Searched refs:countPerTick (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/shark/shark/
profile.c 63 #define countPerTick 500 /* TIMER_FREQ/10000 10 kHz timer */
372 hatClkOn(countPerTick,
scr.c 616 static void scrClkStart(struct scr_softc* sc,int countPerTick);
3423 ** countPerTick - value for T2 timer that drives FIQ
3442 static void scrClkStart(struct scr_softc * sc,int countPerTick)
3453 scrClkCount = countPerTick;
3455 hatClkOn(countPerTick,

Completed in 17 milliseconds