Home
last modified time | relevance | path

Searched refs:PIT_CH0 (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clocksource/
H A Di8253.c60 count = inb_p(PIT_CH0); /* read the latched count */ in i8253_read()
61 count |= inb_p(PIT_CH0) << 8; in i8253_read()
66 outb_p(PIT_LATCH & 0xff, PIT_CH0); in i8253_read()
67 outb_p(PIT_LATCH >> 8, PIT_CH0); in i8253_read()
121 outb_p(0, PIT_CH0); in pit_shutdown()
122 outb_p(0, PIT_CH0); in pit_shutdown()
143 outb_p(PIT_LATCH & 0xff, PIT_CH0); /* LSB */ in pit_set_periodic()
144 outb_p(PIT_LATCH >> 8, PIT_CH0); /* MSB */ in pit_set_periodic()
158 outb_p(delta & 0xff , PIT_CH0); /* LSB */ in pit_next_event()
159 outb_p(delta >> 8 , PIT_CH0); /* MSB */ in pit_next_event()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clocksource/
H A Di8253.c60 count = inb_p(PIT_CH0); /* read the latched count */ in i8253_read()
61 count |= inb_p(PIT_CH0) << 8; in i8253_read()
66 outb_p(PIT_LATCH & 0xff, PIT_CH0); in i8253_read()
67 outb_p(PIT_LATCH >> 8, PIT_CH0); in i8253_read()
121 outb_p(0, PIT_CH0); in pit_shutdown()
122 outb_p(0, PIT_CH0); in pit_shutdown()
143 outb_p(PIT_LATCH & 0xff, PIT_CH0); /* LSB */ in pit_set_periodic()
144 outb_p(PIT_LATCH >> 8, PIT_CH0); /* MSB */ in pit_set_periodic()
158 outb_p(delta & 0xff , PIT_CH0); /* LSB */ in pit_next_event()
159 outb_p(delta >> 8 , PIT_CH0); /* MSB */ in pit_next_event()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clocksource/
H A Di8253.c60 count = inb_p(PIT_CH0); /* read the latched count */ in i8253_read()
61 count |= inb_p(PIT_CH0) << 8; in i8253_read()
66 outb_p(PIT_LATCH & 0xff, PIT_CH0); in i8253_read()
67 outb_p(PIT_LATCH >> 8, PIT_CH0); in i8253_read()
121 outb_p(0, PIT_CH0); in pit_shutdown()
122 outb_p(0, PIT_CH0); in pit_shutdown()
143 outb_p(PIT_LATCH & 0xff, PIT_CH0); /* LSB */ in pit_set_periodic()
144 outb_p(PIT_LATCH >> 8, PIT_CH0); /* MSB */ in pit_set_periodic()
158 outb_p(delta & 0xff , PIT_CH0); /* LSB */ in pit_next_event()
159 outb_p(delta >> 8 , PIT_CH0); /* MSB */ in pit_next_event()
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/asm/
H A Di8253.h22 #define PIT_CH0 0x40 macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Di8253.h18 #define PIT_CH0 0x40 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Di8253.h18 #define PIT_CH0 0x40 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Di8253.h18 #define PIT_CH0 0x40 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Dapm_32.c1228 outb_p(LATCH & 0xff, PIT_CH0); /* LSB */ in reinit_timer()
1230 outb_p(LATCH >> 8, PIT_CH0); /* MSB */ in reinit_timer()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Dapm_32.c1228 outb_p(LATCH & 0xff, PIT_CH0); /* LSB */ in reinit_timer()
1230 outb_p(LATCH >> 8, PIT_CH0); /* MSB */ in reinit_timer()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Dapm_32.c1228 outb_p(LATCH & 0xff, PIT_CH0); /* LSB */ in reinit_timer()
1230 outb_p(LATCH >> 8, PIT_CH0); /* MSB */ in reinit_timer()