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

/drivers/media/video/ivtv/
H A Divtv-ioctl.c211 int fact = new_speed < 0 ? -1 : 1; local
223 return fact * 2000;
225 return fact * 1500;
229 return fact * 2000;
231 return fact * 1500;
233 return fact * 1000;
238 return fact * new_speed;
244 if (new_speed > 60) return 1000 / (fact * 60);
245 return 1000 / (fact * new_speed);
/drivers/input/mouse/
H A Dappletouch.c328 static int atp_calculate_abs(int *xy_sensors, int nb_sensors, int fact, argument
381 return pcum * fact / psum;
/drivers/scsi/
H A Ddc395x.c2541 * KG: despite the fact that we are using 16 bits I/O ops
2723 int fact; local
2756 fact = 500;
2758 fact = 250;
2762 dcb->target_id, (fact == 500) ? "Wide16" : "",
2764 (fact / dcb->min_nego_period),
2765 ((fact % dcb->min_nego_period) * 10 +

Completed in 964 milliseconds