Searched refs:TIMER_CNTR0 (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/pc98/include/
H A Dtimerreg.h47 #define TIMER_CNTR0 (IO_TIMER1 + TIMER_REG_CNTR0 * 2) macro
/freebsd-11.0-release/sys/i386/include/
H A Dtimerreg.h47 #define TIMER_CNTR0 (IO_TIMER1 + TIMER_REG_CNTR0) macro
/freebsd-11.0-release/sys/amd64/include/
H A Dtimerreg.h47 #define TIMER_CNTR0 (IO_TIMER1 + TIMER_REG_CNTR0) macro
/freebsd-11.0-release/sys/x86/isa/
H A Dclock.c253 low = inb(TIMER_CNTR0);
254 high = inb(TIMER_CNTR0);
389 outb(TIMER_CNTR0, 0);
390 outb(TIMER_CNTR0, 0);
395 outb(TIMER_CNTR0, new_count & 0xff);
396 outb(TIMER_CNTR0, new_count >> 8);
403 outb(TIMER_CNTR0, new_count & 0xff);
409 outb(TIMER_CNTR0, new_count & 0xff);
410 outb(TIMER_CNTR0, new_count >> 8);
551 low = inb(TIMER_CNTR0);
[all...]
/freebsd-11.0-release/sys/i386/isa/
H A Dprof_machdep.c215 low = inb(TIMER_CNTR0);
216 high = inb(TIMER_CNTR0);
/freebsd-11.0-release/sys/amd64/amd64/
H A Dprof_machdep.c240 low = inb(TIMER_CNTR0);
241 high = inb(TIMER_CNTR0);
/freebsd-11.0-release/sys/amd64/vmm/io/
H A Dvatpit.c348 KASSERT(port >= TIMER_CNTR0 && port <= TIMER_CNTR2,
350 c = &vatpit->channel[port - TIMER_CNTR0];
388 if (port == TIMER_CNTR0) {
/freebsd-11.0-release/sys/amd64/vmm/
H A Dvmm_ioport.c47 [TIMER_CNTR0] = vatpit_handler,

Completed in 102 milliseconds