Home
last modified time | relevance | path

Searched refs:IO_TIMER1 (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/arch/i386/isa/
Dtimerreg.h79 #define TIMER_CNTR0 (IO_TIMER1 + 0) /* timer 0 counter port */
80 #define TIMER_CNTR1 (IO_TIMER1 + 1) /* timer 1 counter port */
81 #define TIMER_CNTR2 (IO_TIMER1 + 2) /* timer 2 counter port */
82 #define TIMER_MODE (IO_TIMER1 + 3) /* timer mode port */
Dclock.c232 outb(IO_TIMER1, TIMER_DIV(hz) % 256); in initrtclock()
233 outb(IO_TIMER1, TIMER_DIV(hz) / 256); in initrtclock()
/mirbsd/src/sys/dev/isa/
Dpcppi.c112 if (bus_space_map(ia->ia_iot, IO_TIMER1, 4, 0, &pit1_ioh))
173 if (bus_space_map(iot, IO_TIMER1, 4, 0, &sc->sc_pit1_ioh) ||
Disareg.h53 #define IO_TIMER1 0x040 /* 8253 Timer #1 */ macro