Searched refs:rate_eclk (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-clock.c69 static uint64_t rate_eclk = 0; variable
85 uint64_t rate_eclk = 0; local
90 if (cvmx_unlikely(!rate_eclk))
99 rate_eclk = REF_CLOCK * npei_dbg_data.s.c_mul;
100 rate_sclk = rate_eclk;
106 rate_eclk = REF_CLOCK * mio_rst_boot.s.c_mul;
113 rate_eclk = REF_CLOCK * dbg_data.s.c_mul;
114 rate_sclk = rate_eclk;
127 return rate_eclk;

Completed in 94 milliseconds