Searched refs:fdc_mode (Results 1 – 3 of 3) sorted by relevance
474 fdc_mode = fdc_idle; in continue_xfer()487 fdc_mode = fdc_idle; in continue_xfer()504 fdc_mode = fdc_idle; in continue_xfer()533 fdc_mode = fdc_idle; in continue_xfer()546 fdc_mode = fdc_idle; in continue_xfer()646 fdc_mode = fdc_idle; in determine_fmt_progress()697 fdc_mode = fdc_idle; in continue_formatting()721 fdc_mode = fdc_idle; in continue_formatting()738 fdc_mode_enum fmode = fdc_mode; in handle_fdc_busy()750 cause = decode_irq_cause(fdc_mode, in); in handle_fdc_busy()[all …]
55 volatile fdc_mode_enum fdc_mode = fdc_idle; variable257 fdc_mode = *cmd_data; /* used by isr */ in fdc_command()259 if (fdc_mode == FDC_SEEK) { in fdc_command()285 (int) fdc_mode, (int) fdc_status, in fdc_command()300 if (fdc_mode == FDC_SEEK) { in fdc_command()335 (int) fdc_mode, in fdc_result()635 fdc_mode = fdc_idle; in fdc_reset()969 restore_flags(flags); fdc_mode = fdc_idle); in fdc_setup_formatting()1033 TRACE_CATCH(fdc_setup_error = fdc_command(out, 9),fdc_mode = fdc_idle); in fdc_setup_read_write()
210 extern volatile fdc_mode_enum fdc_mode;