Searched refs:progress_indication (Results 1 – 3 of 3) sorted by relevance
203 int progress_indication = 0x10000; in ide_floppy_get_format_progress() local214 progress_indication = floppy->progress_indication; in ide_floppy_get_format_progress()226 progress_indication = ((stat & ATA_DSC) == 0) ? 0 : 0x10000; in ide_floppy_get_format_progress()229 if (put_user(progress_indication, arg)) in ide_floppy_get_format_progress()
29 int progress_indication; member
86 floppy->progress_indication = buf[15] & 0x80 ? in ide_floppy_callback()