HomeSort by: relevance | last modified time | path
    Searched defs:loongson_timecounter (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbmips/loongson/
loongson_clock.c 76 static struct timecounter loongson_timecounter = { variable in typeref:struct:timecounter
151 loongson_timecounter.tc_frequency = curcpu()->ci_cpu_freq / 2;
152 curcpu()->ci_cctr_freq = loongson_timecounter.tc_frequency;
157 tc_init(&loongson_timecounter);
loongson_clock.c 76 static struct timecounter loongson_timecounter = { variable in typeref:struct:timecounter
151 loongson_timecounter.tc_frequency = curcpu()->ci_cpu_freq / 2;
152 curcpu()->ci_cctr_freq = loongson_timecounter.tc_frequency;
157 tc_init(&loongson_timecounter);

Completed in 23 milliseconds