Searched refs:motor (Results 1 - 3 of 3) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Damiflop.c94 #define FD_NOTREADY 4 /* unit is not ready (motor not on/no disk) */
293 if (unit[drive].motor == 1)
346 if (!unit[nr].motor) {
347 unit[nr].motor = 1;
382 unit[drive].motor = 0;
435 printk (KERN_ERR "fd%d: calibrate failed, turning motor off\n", drive);
1532 unit[drive].motor = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dphidgetmotorcontrol.c56 static int set_motor(struct motorcontrol *mc, int motor) argument
68 acceleration = mc->acceleration[motor] * 10;
70 speed = (mc->desired_speed[motor] * 127) / 100;
72 speed2 = (mc->desired_speed[motor] * 230 * 128) / 100;
74 buffer[0] = motor;
121 /* motor speed */
186 "motor #%d exceeds 1.5 Amp current limit\n", i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Damifd.h54 int motor; /* true when motor is at speed */ member in struct:amiga_floppy_struct

Completed in 110 milliseconds