Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/uts/common/sys/
H A Dpit.h42 #define PITCTR2_PORT 0x42 /* counter 2 port */ macro