Lines Matching +full:settle +full:- +full:delay +full:- +full:usec
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 ;-)
133 unsigned long max_dtr; /* Step rate, usec */
134 unsigned long hlt; /* Head load/settle time, msec */
137 unsigned long srt; /* Step rate, usec */
144 unsigned char select_delay; /* delay to wait after select */
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
394 /* flicker motor-on bit before reading a sector. Experimental */