Searched refs:TIMER_CNTR2 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Di8253reg.h80 #define TIMER_CNTR2 2 /* timer 2 counter port */ macro
H A Dattimer.c124 bus_space_write_1(sc->sc_iot, sc->sc_ioh, TIMER_CNTR2,
126 bus_space_write_1(sc->sc_iot, sc->sc_ioh, TIMER_CNTR2,
/netbsd-current/sys/arch/sandpoint/isa/
H A Disaclock.c184 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) % 256);
185 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) / 256);
/netbsd-current/sys/arch/shark/shark/
H A Dhat.c228 outb(TIMER_CNTR2, count % 256);
229 outb(TIMER_CNTR2, count / 256);
/netbsd-current/sys/arch/arc/isa/
H A Disabus.c557 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) % 256);
558 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) / 256);

Completed in 98 milliseconds