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

/netbsd-current/sys/dev/ic/
H A Di8253reg.h73 #define TIMER_DIV(x) ((TIMER_FREQ+(x)/2)/(x)) macro
H A Dattimer.c125 TIMER_DIV(pitch) % 256);
127 TIMER_DIV(pitch) / 256);
/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/arc/isa/
H A Dtimer_isa.c163 TIMER_DIV(hz) % 256);
165 TIMER_DIV(hz) / 256);
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 103 milliseconds