Home
last modified time | relevance | path

Searched refs:progress_indication (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/ide/
Dide-floppy_ioctl.c205 int progress_indication = 0x10000; in ide_floppy_get_format_progress() local
216 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()
Dide-gd.h30 int progress_indication; member
Dide-floppy.c87 floppy->progress_indication = buf[15] & 0x80 ? in ide_floppy_callback()