Searched refs:probed_format (Results 1 – 2 of 2) sorted by relevance
2072 int probed_format; in next_valid_format() local2074 probed_format = drive_state[drive].probed_format; in next_valid_format()2076 if (probed_format >= FD_AUTODETECT_SIZE || in next_valid_format()2077 !drive_params[drive].autodetect[probed_format]) { in next_valid_format()2078 drive_state[drive].probed_format = 0; in next_valid_format()2081 if (floppy_type[drive_params[drive].autodetect[probed_format]].sect) { in next_valid_format()2082 drive_state[drive].probed_format = probed_format; in next_valid_format()2085 probed_format++; in next_valid_format()2094 drive_state[current_drive].probed_format++; in bad_flp_intr()2726 … (drive_params[current_drive].read_track & (1 << drive_state[current_drive].probed_format)))))) { in make_raw_rw_request()[all …]
216 short probed_format; member