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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_pm72.c62 static int fcu_rpm_shift; variable
383 fcu_rpm_shift = (buf == 1) ? 2 : 3;
385 fcu_rpm_shift);
401 min = 2400 >> fcu_rpm_shift;
402 max = 56000 >> fcu_rpm_shift;
408 buf[0] = rpm >> (8 - fcu_rpm_shift);
409 buf[1] = rpm << fcu_rpm_shift;
446 return (buf[0] << (8 - fcu_rpm_shift)) | buf[1] >> fcu_rpm_shift;

Completed in 46 milliseconds