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

/freebsd-12-stable/sys/i386/include/
H A Dtimerreg.h49 #define TIMER_CNTR0 (IO_TIMER1 + TIMER_REG_CNTR0) macro
/freebsd-12-stable/sys/amd64/include/
H A Dtimerreg.h49 #define TIMER_CNTR0 (IO_TIMER1 + TIMER_REG_CNTR0) macro
/freebsd-12-stable/sys/x86/isa/
H A Dclock.c214 low = inb(TIMER_CNTR0);
215 high = inb(TIMER_CNTR0);
346 outb(TIMER_CNTR0, 0);
347 outb(TIMER_CNTR0, 0);
352 outb(TIMER_CNTR0, new_count & 0xff);
353 outb(TIMER_CNTR0, new_count >> 8);
360 outb(TIMER_CNTR0, new_count & 0xff);
366 outb(TIMER_CNTR0, new_count & 0xff);
367 outb(TIMER_CNTR0, new_count >> 8);
502 low = inb(TIMER_CNTR0);
[all...]
/freebsd-12-stable/sys/amd64/amd64/
H A Dprof_machdep.c229 low = inb(TIMER_CNTR0);
230 high = inb(TIMER_CNTR0);
/freebsd-12-stable/sys/amd64/vmm/io/
H A Dvatpit.c367 KASSERT(port >= TIMER_CNTR0 && port <= TIMER_CNTR2,
369 c = &vatpit->channel[port - TIMER_CNTR0];
407 if (port == TIMER_CNTR0) {
/freebsd-12-stable/sys/i386/i386/
H A Dprof_machdep.c241 low = inb(TIMER_CNTR0);
242 high = inb(TIMER_CNTR0);
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm_ioport.c49 [TIMER_CNTR0] = vatpit_handler,

Completed in 77 milliseconds