OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:int_8254_timecounter
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/sgimips/dev/
int.c
82
static struct timecounter
int_8254_timecounter
= {
variable in typeref:struct:timecounter
551
int_8254_timecounter
.tc_frequency = 3686400 / 8;
559
int_8254_timecounter
.tc_frequency = 1000000 / 8;
576
(
int_8254_timecounter
.tc_frequency / hz) % 256);
580
(
int_8254_timecounter
.tc_frequency / hz) / 256);
600
tc_init(&
int_8254_timecounter
);
Completed in 12 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025