OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIMER2_PORT
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
timer.c
18
outb(ticks & 0xFF,
TIMER2_PORT
);
19
outb(ticks >> 8,
TIMER2_PORT
);
timer.h
14
#define
TIMER2_PORT
0x42
Completed in 1300 milliseconds