Lines Matching refs:stretch
88 * by defining bit 1 of the "stretch" parameter to mean put sectors on the
308 #define PH_HEAD(floppy, head) (((((floppy)->stretch & 2) >> 1) ^ head) << 2)
309 #define STRETCH(floppy) ((floppy)->stretch & FD_STRETCH)
414 * Bit 0 of 'stretch' tells if the tracks need to be doubled for some
415 * types (e.g. 360kB diskette in 1.2MB drive, etc.). Bit 1 of 'stretch'
421 * 'stretch' should probably be renamed to something more general, like
424 * Bits 2 through 9 of 'stretch' tell the number of the first sector.
2203 if (_floppy->stretch & FD_SECTBASEMASK) {
2605 if (((_floppy->stretch & (FD_SWAPSIDES | FD_SECTBASEMASK)) ||
3329 (g->stretch & ~(FD_STRETCH | FD_SWAPSIDES | FD_SECTBASEMASK)) != 0)
3363 oldStretch = g->stretch;