Searched refs:newppm (Results 1 – 1 of 1) sorted by relevance
365 int err, freqppm, newppm; in freqadj_sysctl() local370 freqppm = newppm = 8 - sc->freqadj; in freqadj_sysctl()372 err = sysctl_handle_int(oidp, &newppm, 0, req); in freqadj_sysctl()375 if (freqppm != newppm) { in freqadj_sysctl()376 if (newppm < -7 || newppm > 8) in freqadj_sysctl()378 sc->freqadj = 8 - newppm; in freqadj_sysctl()