Searched refs:progress_indication (Results 1 – 3 of 3) sorted by relevance
205 int progress_indication = 0x10000; in ide_floppy_get_format_progress() local216 progress_indication = floppy->progress_indication; in ide_floppy_get_format_progress()228 progress_indication = ((stat & ATA_DSC) == 0) ? 0 : 0x10000; in ide_floppy_get_format_progress()231 if (put_user(progress_indication, arg)) in ide_floppy_get_format_progress()
30 int progress_indication; member
87 floppy->progress_indication = buf[15] & 0x80 ? in ide_floppy_callback()