Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/ide/
Dide-floppy_ioctl.c203 int progress_indication = 0x10000; in ide_floppy_get_format_progress() local
214 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()
Dide-gd.h29 int progress_indication; member
Dide-floppy.c86 floppy->progress_indication = buf[15] & 0x80 ? in ide_floppy_callback()