Searched refs:FD_SECTBASEMASK (Results 1 – 2 of 2) sorted by relevance
25 #define FD_SECTBASEMASK 0x3FC macro27 #define FD_SECTBASE(floppy) ((((floppy)->stretch & FD_SECTBASEMASK) >> 2) ^ 1)
2151 if (_floppy->stretch & FD_SECTBASEMASK) { in setup_format_params()2559 if (((_floppy->stretch & (FD_SWAPSIDES | FD_SECTBASEMASK)) || in make_raw_rw_request()3240 (g->stretch & ~(FD_STRETCH | FD_SWAPSIDES | FD_SECTBASEMASK)) != 0) in set_geometry()3292 (FD_SWAPSIDES | FD_SECTBASEMASK))) in set_geometry()