HomeSort by: relevance | last modified time | path
    Searched defs:timer0_tval (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/marvell/
mvsoctmr.c 247 uint32_t timer0_tval; local in function:cpu_initclocks
256 timer0_tval = (mvsoctmr_freq * 2) / (u_long) hz;
257 timer0_tval = (timer0_tval / 2) + (timer0_tval & 1);
259 mvsoctmr_cntl(sc, MVSOCTMR_TIMER0, timer0_tval, en, autoen);

Completed in 12 milliseconds