Searched refs:FCR_DSEL (Results 1 – 2 of 2) sorted by relevance
110 #define FCR_DSEL(drive) ((drive) ? FCR_DSEL1 : FCR_DSEL0) macro
514 fdc->sc_fcr |= FCR_DSEL(drive) | FCR_MTRON; in fdmatch()553 fdc->sc_fcr &= ~(FCR_DSEL(drive)|FCR_MTRON); in fdmatch()805 fdc->sc_fcr |= FCR_DSEL(0)|FCR_MTRON; /* XXX */ in fd_set_motor()807 fdc->sc_fcr &= ~(FCR_DSEL(0)|FCR_MTRON); /* XXX */ in fd_set_motor()1090 fdc->sc_fcr &= ~(FCR_DSEL(0)); /* Does this help? */ in fdchwintr()1932 fdc->sc_fcr |= FCR_DSEL(unit)|FCR_EJECT; in fd_do_eject()1935 fdc->sc_fcr &= ~(FCR_DSEL(unit)|FCR_EJECT); in fd_do_eject()