Searched refs:IDEFLOPPY_FORMAT_IN_PROGRESS (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.c255 #define IDEFLOPPY_FORMAT_IN_PROGRESS 3 /* Format in progress */ macro
1852 clear_bit(IDEFLOPPY_FORMAT_IN_PROGRESS, &floppy->flags);
1884 } else if (test_bit(IDEFLOPPY_FORMAT_IN_PROGRESS, &floppy->flags)) {
1912 clear_bit(IDEFLOPPY_FORMAT_IN_PROGRESS, &floppy->flags);
1974 clear_bit(IDEFLOPPY_FORMAT_IN_PROGRESS,
1979 set_bit(IDEFLOPPY_FORMAT_IN_PROGRESS, &floppy->flags);
1983 clear_bit(IDEFLOPPY_FORMAT_IN_PROGRESS, &floppy->flags);

Completed in 106 milliseconds