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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c228 int progress_indication; member in struct:ide_floppy_obj
632 floppy->progress_indication = result->sksv[0] & 0x80 ?
1556 int progress_indication = 0x10000; local
1567 progress_indication = floppy->progress_indication;
1579 progress_indication = !status.b.dsc ? 0 : 0x10000;
1581 if (put_user(progress_indication, arg))

Completed in 27 milliseconds