Searched refs:PIT_MODE (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/clocksource/ |
| H A D | i8253.c | 52 outb_p(0x00, PIT_MODE); /* latch the count ASAP */ in i8253_read() 58 outb_p(0x34, PIT_MODE); in i8253_read() 130 outb_p(0x30, PIT_MODE); in clockevent_i8253_disable() 134 outb_p(0x30, PIT_MODE); in clockevent_i8253_disable() 149 outb_p(0x38, PIT_MODE); in pit_set_oneshot() 159 outb_p(0x34, PIT_MODE); in pit_set_periodic()
|
| /linux/include/linux/ |
| H A D | i8253.h | 17 #define PIT_MODE 0x43 macro
|
| /linux/arch/x86/kernel/ |
| H A D | apm_32.c | 1198 outb_p(0x34, PIT_MODE); /* binary, mode 2, LSB/MSB, ch 0 */ in reinit_timer()
|