Searched refs:IO_TIMER1 (Results 1 – 2 of 2) sorted by relevance
22 #define TIMER_CNTR0 (IO_TIMER1 + 0) /* timer 0 counter port */23 #define TIMER_CNTR1 (IO_TIMER1 + 1) /* timer 1 counter port */24 #define TIMER_CNTR2 (IO_TIMER1 + 2) /* timer 2 counter port */25 #define TIMER_MODE (IO_TIMER1 + 3) /* timer mode port */43 #define IO_TIMER1 0x040 /* 8253 Timer #1 */ macro
64 outb(IO_TIMER1, TIMER_DIV(RT_TICK_PER_SECOND) % 256); in rt_hw_board_init()65 outb(IO_TIMER1, TIMER_DIV(RT_TICK_PER_SECOND) / 256); in rt_hw_board_init()
Completed in 6 milliseconds