Home
last modified time | relevance | path

Searched refs:ilp_cps (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmuvar.h77 uint32_t ilp_cps; /**< measured ILP cycles per second, or 0 */ member
H A Dbhnd_pmu_subr.c2544 if (sc->ilp_cps == 0) { in bhnd_pmu_ilp_clock()
2549 sc->ilp_cps = delta * (1000 / ILP_CALC_DUR); in bhnd_pmu_ilp_clock()
2552 return (sc->ilp_cps); in bhnd_pmu_ilp_clock()