Searched refs:PIT_T2 (Results 1 – 2 of 2) sorted by relevance
22 outb(countdown & 0xff, PIT_BASE + PIT_T2); in i8254_set_beep_freq()23 outb((countdown >> 8) & 0xff, PIT_BASE + PIT_T2); in i8254_set_beep_freq()
14 #define PIT_T2 0x02 /* PIT channel 2 count/status */ macro