Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ide/
Dide-floppy.c166 #define PC_ABORT 0 /* Set when an error is considered normal - We won't retry */ macro
1054 test_bit(PC_ABORT, &pc->flags)) { in idefloppy_issue_pc()
1059 if (!test_bit(PC_ABORT, &pc->flags)) { in idefloppy_issue_pc()
Dide-tape.c761 #define PC_ABORT 0 macro
1706 set_bit(PC_ABORT, &pc->flags); in idetape_analyze_error()
1712 set_bit(PC_ABORT, &pc->flags); in idetape_analyze_error()
1718 set_bit(PC_ABORT, &pc->flags); in idetape_analyze_error()
1720 if (!test_bit(PC_ABORT, &pc->flags) && in idetape_analyze_error()
2389 test_bit(PC_ABORT, &pc->flags)) { in idetape_issue_packet_command()
2395 if (!test_bit (PC_ABORT, &pc->flags)) { in idetape_issue_packet_command()