Searched refs:TIMER_DIV (Results 1 – 5 of 5) sorted by relevance
184 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()
125 TIMER_DIV(pitch) % 256); in attimer_set_pitch()127 TIMER_DIV(pitch) / 256); in attimer_set_pitch()
73 #define TIMER_DIV(x) ((TIMER_FREQ+(x)/2)/(x)) macro
163 TIMER_DIV(hz) % 256); in timer_isa_init()165 TIMER_DIV(hz) / 256); in timer_isa_init()
557 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()