Searched refs:TIMER_INTTC (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ic/
H A Di8253reg.h70 #define TIMER_INTTC 0x00 /* mode 0, intr on terminal cnt */ macro
/freebsd-12-stable/sys/amd64/vmm/io/
H A Dvatpit.c131 case TIMER_INTTC:
268 if (c->mode == TIMER_INTTC && vatpit_get_out(vatpit, channel))
318 if (mode != TIMER_INTTC &&
/freebsd-12-stable/sys/x86/isa/
H A Dclock.c344 new_mode = TIMER_SEL0 | TIMER_INTTC | TIMER_16BIT;
357 new_mode = TIMER_SEL0 | TIMER_INTTC | TIMER_LSB;
363 new_mode = TIMER_SEL0 | TIMER_INTTC | TIMER_16BIT;

Completed in 74 milliseconds