Searched refs:PITCTR2_PORT (Results 1 – 2 of 2) sorted by relevance
269 outb(PITCTR2_PORT, counter & 0xff); in pit_beep_freq()270 outb(PITCTR2_PORT, counter >> 8); in pit_beep_freq()
42 #define PITCTR2_PORT 0x42 /* counter 2 port */ macro