Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ide/
Dide-floppy_ioctl.c204 int progress_indication = 0x10000; in ide_floppy_get_format_progress() local
215 progress_indication = floppy->progress_indication; in ide_floppy_get_format_progress()
227 progress_indication = ((stat & ATA_DSC) == 0) ? 0 : 0x10000; in ide_floppy_get_format_progress()
230 if (put_user(progress_indication, arg)) in ide_floppy_get_format_progress()
Dide-gd.h30 int progress_indication; member
Dide-floppy.c86 floppy->progress_indication = buf[15] & 0x80 ? in ide_floppy_callback()