Searched refs:PIT_CH2 (Results 1 – 2 of 2) sorted by relevance
13 #define PIT_CH2 0x42 macro
216 count = inb(PIT_CH2); in timer_interrupt()217 count |= inb(PIT_CH2) << 8; in timer_interrupt()292 count16 = inb(PIT_CH2); in read_pit_count()293 count16 |= inb(PIT_CH2) << 8; in read_pit_count()320 outb(CALIBRATE_LATCH & 0xff, PIT_CH2); /* LSB of count */ in init_pit()321 outb(CALIBRATE_LATCH >> 8, PIT_CH2); /* MSB of count */ in init_pit()343 outb(0, PIT_CH2); /* LSB of count */ in resume_pit()344 outb(0, PIT_CH2); /* MSB of count */ in resume_pit()1941 case PIT_CH2: in hwdom_pit_access()1943 ioreq->data = inb(PIT_CH2); in hwdom_pit_access()[all …]
Completed in 6 milliseconds