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

/freebsd-10.2-release/sys/x86/cpufreq/
H A Dp4tcc.c62 int lowest_val; member in struct:p4tcc_softc
204 sc->lowest_val = TCC_NUM_SETTINGS - sc->set_count + 1;
272 * from [sc->lowest_val .. TCC_NUM_SETTINGS].
276 val < sc->lowest_val || val > TCC_NUM_SETTINGS)

Completed in 24 milliseconds