Lines Matching refs:stretch
173 unsigned stretch; /* track doubling ? */
192 { "h410",10,820, 0, 1}, /* 10: 410k diskette 41 tr 10 sec, stretch */
195 { "h420",10,840, 0, 1}, /* 13: 420k diskette 42 tr 10 sec, stretch */
841 else if (UD.track != ReqTrack << UDT->stretch)
898 if (SUD.track == ReqTrack << SUDT->stretch) {
909 FDC_WRITE( FDCREG_DATA, ReqTrack << SUDT->stretch);
937 SUD.track = ReqTrack << SUDT->stretch;
986 /* Cheat for track if stretch != 0 */
987 if (SUDT->stretch) {
990 FDC_WRITE( FDCREG_TRACK, track >> SUDT->stretch);
1127 /* Correct the track if stretch != 0 */
1128 if (SUDT->stretch) {
1131 FDC_WRITE( FDCREG_TRACK, track << SUDT->stretch);
1169 /* record not found, but not probing. Maybe stretch wrong ? Restart probing */
1250 /* Cheat for track if stretch != 0 */
1251 if (SUDT->stretch) {
1254 FDC_WRITE(FDCREG_TRACK,track >> SUDT->stretch);
1597 getprm.stretch = dtp->stretch;
1629 drive, setprm.size, setprm.sect, setprm.stretch);
1656 && dtp->stretch == setprm.stretch ) {
1669 default_params[drive].stretch = dtp->stretch;
1693 dtp->stretch = setprm.stretch;
1697 drive, dtp->blocks, dtp->spt, dtp->stretch);