UNIX xv6 (rev8, 9/1/15)
|
Go to the source code of this file.
Macros | |
#define | IO_TIMER1 0x040 |
#define | TIMER_FREQ 1193182 |
#define | TIMER_DIV(x) ((TIMER_FREQ+(x)/2)/(x)) |
#define | TIMER_MODE (IO_TIMER1 + 3) |
#define | TIMER_SEL0 0x00 |
#define | TIMER_RATEGEN 0x04 |
#define | TIMER_16BIT 0x30 |
Functions | |
void | timerinit (void) |
#define TIMER_DIV | ( | x) | ((TIMER_FREQ+(x)/2)/(x)) |