Home
last modified time | relevance | path

Searched refs:PITCTR2_PORT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/
H A Dpit_beep.c269 outb(PITCTR2_PORT, counter & 0xff); in pit_beep_freq()
270 outb(PITCTR2_PORT, counter >> 8); in pit_beep_freq()
/illumos-gate/usr/src/uts/common/sys/
H A Dpit.h40 #define PITCTR2_PORT 0x42 /* counter 2 port */ macro