HomeSort by: relevance | last modified time | path
    Searched refs:TIMER_DIV (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
i8253reg.h 73 #define TIMER_DIV(x) ((TIMER_FREQ+(x)/2)/(x))
attimer.c 125 TIMER_DIV(pitch) % 256);
127 TIMER_DIV(pitch) / 256);
  /src/sys/arch/sandpoint/isa/
isaclock.c 184 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) % 256);
185 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) / 256);
  /src/sys/arch/arc/isa/
timer_isa.c 163 TIMER_DIV(hz) % 256);
165 TIMER_DIV(hz) / 256);
isabus.c 557 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) % 256);
558 isa_outb(IO_TIMER1 + TIMER_CNTR2, TIMER_DIV(pitch) / 256);

Completed in 16 milliseconds