Home | History | Annotate | Download | only in dev

Lines Matching defs:sc_fcr

171 	int		sc_fcr;		/* current image of floppy ctrlr reg. */
355 #define FCR_REG_SYNC() (*fdc->sc_reg_fcr = fdc->sc_fcr)
514 fdc->sc_fcr |= FCR_DSEL(drive) | FCR_MTRON;
553 fdc->sc_fcr &= ~(FCR_DSEL(drive)|FCR_MTRON);
780 fdc->sc_fcr = 0;
805 fdc->sc_fcr |= FCR_DSEL(0)|FCR_MTRON; /* XXX */
807 fdc->sc_fcr &= ~(FCR_DSEL(0)|FCR_MTRON); /* XXX */
1090 fdc->sc_fcr &= ~(FCR_DSEL(0)); /* Does this help? */
1123 fdc->sc_fcr |= FCR_TC;
1126 fdc->sc_fcr &= ~FCR_TC;
1386 fdc->sc_fcr |= FCR_TC;
1389 fdc->sc_fcr &= ~FCR_TC;
1932 sc_fcr |= FCR_DSEL(unit)|FCR_EJECT;
1935 fdc->sc_fcr &= ~(FCR_DSEL(unit)|FCR_EJECT);