Home
last modified time | relevance | path

Searched refs:ft_drive_sel (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-ctl.c281 if ((ft_drive_sel < 2) || in ftape_activate_drive()
282 (ft_drive_sel == 2 && method == FT_WAKE_UP_1) || in ftape_activate_drive()
283 (ft_drive_sel == 3 && method == FT_WAKE_UP_2)) { in ftape_activate_drive()
759 if (ft_drive_sel == -1 || ft_drive_sel != drive_selection) { in ftape_enable()
764 ft_drive_sel = FTAPE_SEL(drive_selection); in ftape_enable()
Dfdc-io.c466 int unit = ft_drive_sel; in fdc_motor()
592 __u8 fdc_ctl = ft_drive_sel; in fdc_dor_reset()
597 fdc_ctl |= FDC_MOTOR_0 << ft_drive_sel; in fdc_dor_reset()
662 if (i == ft_drive_sel) { in fdc_reset()
751 out[1] = ft_drive_sel; in fdc_sense_drive_status()
786 out[1] = ft_drive_sel; in fdc_seek()
841 out[1] = ft_drive_sel; in fdc_recalibrate()
966 out[1] = ft_drive_sel; in fdc_setup_formatting()
1022 out[1] = ft_drive_sel; in fdc_setup_read_write()
Dftape-init.c113 ft_drive_sel = -1; in ftape_init()
Dftape-ctl.h110 #define ft_drive_sel ftape_status.fti_drive_sel macro
Dftape-rw.c315 out[1] = ft_drive_sel; in ftape_read_id()
Dfdc-isr.c419 __u8 out[3] = {FDC_SEEK, ft_drive_sel, 0}; in pause_tape()