Home | History | Annotate | Download | only in linux

Lines Matching refs:floppy

27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
34 #define FD_SIZECODE(floppy) (((((floppy)->rate&FD_SIZECODEMASK)>> 3)+ 2) %8)
35 #define FD_SECTSIZE(floppy) ( (floppy)->rate & FD_2M ? \
36 512 : 128 << FD_SIZECODE(floppy) )
266 unsigned int driver_version; /* version code for floppy driver */
268 /* user programs using the floppy API should use floppy_fdc_state to
269 * get the version number of the floppy driver that they are running