Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/mach-default/
A Dio_ports.h13 #define PIT_CH2 0x42 macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtime.c216 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 9 milliseconds