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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dide-scsi.c84 #define PC_WRITING 1 /* Data direction */ macro
442 if (!test_bit(PC_WRITING, &pc->flags) && pc->actually_transferred && pc->actually_transferred <= 1024 && pc->buffer) {
544 clear_bit(PC_WRITING, &pc->flags);
563 clear_bit(PC_WRITING, &pc->flags);
569 set_bit(PC_WRITING, &pc->flags);
619 clear_bit(PC_WRITING, &pc->flags);
622 set_bit(PC_WRITING, &pc->flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c101 #define PC_WRITING 5 /* Data direction */ macro
789 if (ireason.b.io == test_bit(PC_WRITING, &pc->flags)) {
797 if (!test_bit(PC_WRITING, &pc->flags)) {
818 if (test_bit(PC_WRITING, &pc->flags)) {
1094 set_bit(PC_WRITING, &pc->flags);
1160 set_bit(PC_WRITING, &pc->flags);
H A Dide-tape.c376 #define PC_WRITING 5 macro
1057 if (test_bit(PC_WRITING, &pc->flags))
1664 if (ireason.b.io == test_bit(PC_WRITING, &pc->flags)) {
1672 if (!test_bit(PC_WRITING, &pc->flags)) {
1688 if (test_bit(PC_WRITING, &pc->flags)) {
2080 set_bit(PC_WRITING, &pc->flags);

Completed in 71 milliseconds