Lines Matching +full:motor +full:- +full:driver
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
35 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
36 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
50 /* clear user-defined parameters */
54 /* set user-defined parameters for current media */
100 * ultra cheap floppies ;-)
171 * Auto-detection. Each drive type has eight formats which are
223 * (User-provided) media information is _not_ discarded after a media change
224 * if the corresponding keep_data flag is non-zero. Positive values are
270 unsigned int driver_version; /* version code for floppy driver */
273 * get the version number of the floppy driver that they are running
338 #define FD_RAW_NO_MOTOR_AFTER 0x20 /* switch the motor off after command
394 /* flicker motor-on bit before reading a sector. Experimental */