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

  /src/sys/arch/sh3/sh3/
clock.c 74 uint32_t tmuclk; /* source clock of TMU0 (Hz) */ member in struct:__anond973615f0108
135 sh_clock.tmuclk = sh_clock.pclock / 16;
140 sh_clock.tmuclk = SH_RTC_CLOCK;
153 sh_clock.cpucycle_1us = (sh_clock.tmuclk * 10) / t0;
155 cnt_1s = ((uint64_t)sh_clock.tmuclk * 10000000 * 10 + t0/2) / t0;
253 sh_clock.hz_cnt = sh_clock.tmuclk / hz - 1;
clock.c 74 uint32_t tmuclk; /* source clock of TMU0 (Hz) */ member in struct:__anond973615f0108
135 sh_clock.tmuclk = sh_clock.pclock / 16;
140 sh_clock.tmuclk = SH_RTC_CLOCK;
153 sh_clock.cpucycle_1us = (sh_clock.tmuclk * 10) / t0;
155 cnt_1s = ((uint64_t)sh_clock.tmuclk * 10000000 * 10 + t0/2) / t0;
253 sh_clock.hz_cnt = sh_clock.tmuclk / hz - 1;

Completed in 21 milliseconds