Lines Matching +full:needs +full:- +full:double +full:- +full:reset
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
19 stretch; /* bit 0 !=0 means double track steps */
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 */
93 reset, /* maximal number of errors before a reset is tried */ member
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
245 * reset FDC
248 FD_RESET_IF_NEEDED, /* reset only if the reset flags is set */
250 FD_RESET_ALWAYS /* reset always */
266 unsigned int reset:1; member
284 * disagreement, it will be possible to reset the FDC without
340 #define FD_RAW_NEED_DISK 0x40 /* this command needs a disk to be present */
352 #define FD_RAW_HARDFAILURE 0x20000 /* fdc had to be reset, or timed out */
394 /* flicker motor-on bit before reading a sector. Experimental */