Searched refs:TSF_TICKS_PER_MS (Results 1 – 8 of 8) sorted by relevance
929 us = (ticks % TSF_TICKS_PER_MS) * 1000 / TSF_TICKS_PER_MS; in bcmprinttstamp()930 ms = ticks / TSF_TICKS_PER_MS; in bcmprinttstamp()987 us = (logtab[readi].cycles % TSF_TICKS_PER_MS) * 1000 / TSF_TICKS_PER_MS; in bcmdumptslog()988 ms = logtab[readi].cycles / TSF_TICKS_PER_MS; in bcmdumptslog()
235 #define TSF_TICKS_PER_MS 1000 macro
207 #define TSF_TICKS_PER_MS 1000 macro
318 #define TSF_TICKS_PER_MS 1000 macro