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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-tape.c366 #define PC_ABORT 0 macro
1183 set_bit(PC_ABORT, &pc->flags);
1188 set_bit(PC_ABORT, &pc->flags);
1195 set_bit(PC_ABORT, &pc->flags);
1201 set_bit(PC_ABORT, &pc->flags);
1203 if (!test_bit(PC_ABORT, &pc->flags) &&
1819 test_bit(PC_ABORT, &pc->flags)) {
1825 if (!test_bit(PC_ABORT, &pc->flags)) {
H A Dide-floppy.c97 #define PC_ABORT 0 /* Set when an error is considered normal - We won't retry */ macro
974 test_bit(PC_ABORT, &pc->flags)) {
979 if (!test_bit(PC_ABORT, &pc->flags)) {

Completed in 59 milliseconds