aboutsummaryrefslogtreecommitdiff
path: root/src/timer.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-21Shift CPU TSC down to reduce need for 64bit variables.Kevin O'Connor1-24/+28
2013-07-20Rename cpu_khz to TimerKHz.Kevin O'Connor1-12/+12
2013-07-20Improve accuracy of internal timers.Kevin O'Connor1-17/+21
2013-07-20Add helper functions to convert timer irqs to milliseconds.Kevin O'Connor1-3/+16
2013-07-20Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.Kevin O'Connor1-1/+2
2013-07-20Move internal timer code from clock.c to a new file timer.c.Kevin O'Connor1-0/+225