Searched refs:TMR_TICKS_SEC (Results 1 – 1 of 1) sorted by relevance
166 #define TMR_TICKS_SEC 64 macro340 if (!sc->use_timer || tmr1 > TMR_TICKS_SEC) in read_timeregs()348 *tmr = (TMR_TICKS_SEC - tmr1 + TMR_TICKS_HALFSEC) % TMR_TICKS_SEC; in read_timeregs()733 resolution = sc->use_timer ? 1000000 / TMR_TICKS_SEC : 1000000 / 2; in nxprtc_start()775 bct.nsec = ((uint64_t)tmrcount * 1000000000) / TMR_TICKS_SEC; in nxprtc_gettime()865 if ((err = write_reg(sc, sc->tmcaddr, TMR_TICKS_SEC)) != 0) in nxprtc_settime()