Searched refs:PC_DMA_ERROR (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-floppy.c100 #define PC_DMA_ERROR 4 /* 1 when encountered problem during DMA */ macro
731 set_bit(PC_DMA_ERROR, &pc->flags);
749 if (status.b.check || test_bit(PC_DMA_ERROR, &pc->flags)) {
1005 if (test_and_clear_bit(PC_DMA_ERROR, &pc->flags))
H A Dide-tape.c374 #define PC_DMA_ERROR 4 macro
1167 if (test_bit(PC_DMA_ERROR, &pc->flags)) {
1582 set_bit(PC_DMA_ERROR, &pc->flags);
1614 if (status.b.check || test_bit(PC_DMA_ERROR, &pc->flags)) { /* Error detected */
1854 if (test_and_clear_bit(PC_DMA_ERROR, &pc->flags)) {

Completed in 60 milliseconds