OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IO_TIMER1
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/dev/isa/
attimer_isa.c
95
ia->ia_io[0].ir_addr !=
IO_TIMER1
))
110
if (bus_space_map(ia->ia_iot,
IO_TIMER1
, 4, 0, &att_ioh))
114
ia->ia_io[0].ir_addr =
IO_TIMER1
;
138
if (bus_space_map(sc->sc_iot,
IO_TIMER1
, sc->sc_size, 0,
isareg.h
52
#define
IO_TIMER1
0x040 /* 8253 Timer #1 */
/src/sys/arch/sandpoint/isa/
isaclock.c
182
isa_outb(
IO_TIMER1
+ TIMER_MODE,
184
isa_outb(
IO_TIMER1
+ TIMER_CNTR2, TIMER_DIV(pitch) % 256);
185
isa_outb(
IO_TIMER1
+ TIMER_CNTR2, TIMER_DIV(pitch) / 256);
/src/sys/arch/x86/isa/
clock.c
238
v1 = inb(
IO_TIMER1
+TIMER_CNTR0);
239
v1 |= inb(
IO_TIMER1
+TIMER_CNTR0) << 8;
240
v2 = inb(
IO_TIMER1
+TIMER_CNTR0);
241
v2 |= inb(
IO_TIMER1
+TIMER_CNTR0) << 8;
242
v3 = inb(
IO_TIMER1
+TIMER_CNTR0);
243
v3 |= inb(
IO_TIMER1
+TIMER_CNTR0) << 8;
315
outb(
IO_TIMER1
+TIMER_MODE, TIMER_SEL0|TIMER_RATEGEN|TIMER_16BIT);
318
outb(
IO_TIMER1
+TIMER_CNTR0, tval % 256);
319
outb(
IO_TIMER1
+TIMER_CNTR0, tval / 256);
409
outb(
IO_TIMER1
+ TIMER_MODE, TIMER_SEL0 | TIMER_LATCH)
[
all
...]
/src/sys/arch/shark/isa/
clock.c
284
outb(
IO_TIMER1
+ TIMER_MODE, TIMER_SEL0|TIMER_RATEGEN|TIMER_16BIT);
285
outb(
IO_TIMER1
+ TIMER_CNTR0, TIMER0_ROLLOVER % 256);
286
outb(
IO_TIMER1
+ TIMER_CNTR0, TIMER0_ROLLOVER / 256);
392
outb(
IO_TIMER1
+ TIMER_MODE, TIMER_SEL0 | TIMER_LATCH);
393
lo = inb(
IO_TIMER1
+ TIMER_CNTR0);
394
hi = inb(
IO_TIMER1
+ TIMER_CNTR0);
485
outb(
IO_TIMER1
+ TIMER_MODE,
487
outb(
IO_TIMER1
+ TIMER_CNTR0, 0xff);
488
outb(
IO_TIMER1
+ TIMER_CNTR0, 0xff);
/src/regress/sys/arch/i386/iopl/
iopl.c
49
#define
IO_TIMER1
0x40
51
#define PORT (
IO_TIMER1
+TIMER_CNTR0)
/src/sys/arch/arc/isa/
timer_isa.c
95
ia->ia_io[0].ir_addr !=
IO_TIMER1
))
114
if (bus_space_map(ia->ia_iot,
IO_TIMER1
, TIMER_IOSIZE, 0, &ioh))
120
ia->ia_io[0].ir_addr =
IO_TIMER1
;
isabus.c
555
isa_outb(
IO_TIMER1
+ TIMER_MODE,
557
isa_outb(
IO_TIMER1
+ TIMER_CNTR2, TIMER_DIV(pitch) % 256);
558
isa_outb(
IO_TIMER1
+ TIMER_CNTR2, TIMER_DIV(pitch) / 256);
/src/regress/sys/arch/i386/ioperm/
ioperm.c
48
#define
IO_TIMER1
0x40
50
#define PORT (
IO_TIMER1
+TIMER_CNTR0)
Completed in 173 milliseconds
Indexes created Wed Oct 15 01:09:54 GMT 2025