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

/freebsd-11-stable/sys/powerpc/powermac/
H A Dfcu.c98 static int fcu_rpm_shift; variable
254 fcu_rpm_shift = (buf[0] == 1) ? 2 : 3;
257 fcu_rpm_shift);
288 buf[0] = rpm >> (8 - fcu_rpm_shift);
289 buf[1] = rpm << fcu_rpm_shift;
347 rpm = (buff[0] << (8 - fcu_rpm_shift)) | buff[1] >> fcu_rpm_shift;
438 *rpm = (buf[0] << (8 - fcu_rpm_shift)) | buf[1] >> fcu_rpm_shift;
504 sc->sc_fans[j].fan.min_rpm = 4800 >> fcu_rpm_shift;
[all...]

Completed in 69 milliseconds