Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sandpoint/isa/
H A Disaclock.c184 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) % 256); in sysbeep()
185 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) / 256); in sysbeep()
/netbsd-src/sys/dev/ic/
H A Dattimer.c125 TIMER_DIV(pitch) % 256); in attimer_set_pitch()
127 TIMER_DIV(pitch) / 256); in attimer_set_pitch()
H A Di8253reg.h73 #define TIMER_DIV(x) ((TIMER_FREQ+(x)/2)/(x)) macro
/netbsd-src/sys/arch/arc/isa/
H A Dtimer_isa.c163 TIMER_DIV(hz) % 256); in timer_isa_init()
165 TIMER_DIV(hz) / 256); in timer_isa_init()
H A Disabus.c557 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) % 256); in sysbeep()
558 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) / 256); in sysbeep()