Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/bhnd/cores/pmu/
HDbhnd_pmu_subr.c2532 #define ILP_CALC_DUR 10 /* ms, make sure 1000 can be divided by it. */ macro
2546 DELAY(ILP_CALC_DUR); in bhnd_pmu_ilp_clock()
2549 sc->ilp_cps = delta * (1000 / ILP_CALC_DUR); in bhnd_pmu_ilp_clock()