Searched refs:FD_SECTBASEMASK (Results 1 – 2 of 2) sorted by relevance
26 #define FD_SECTBASEMASK 0x3FC macro28 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
2204 if (_floppy->stretch & FD_SECTBASEMASK) { in setup_format_params()2578 if (((_floppy->stretch & (FD_SWAPSIDES | FD_SECTBASEMASK)) || in make_raw_rw_request()3237 (g->stretch & ~(FD_STRETCH | FD_SWAPSIDES | FD_SECTBASEMASK)) != 0) in set_geometry()3290 (FD_SWAPSIDES | FD_SECTBASEMASK))) in set_geometry()