tag | line | file | source code |
BUSFREE | 433 | drivers/scsi/aha152x.c | while( !( ( sstat1 = GETPORT( SSTAT1 ) ) & (BUSFREE|SCSIRSTI|REQINIT ) ) ) |
BUSFREE | 435 | drivers/scsi/aha152x.c | if( sstat1 & BUSFREE ) |
BUSFREE | 844 | drivers/scsi/aha152x.c | if(ptr && TESTLO(SSTAT1, BUSFREE) ) |
BUSFREE | 847 | drivers/scsi/aha152x.c | if(ptr && TESTHI(SSTAT1, BUSFREE) ) |
BUSFREE | 929 | drivers/scsi/aha152x.c | if( TESTLO( SSTAT1, BUSFREE ) ) |
BUSFREE | 1045 | drivers/scsi/aha152x.c | while( TESTLO( SSTAT1, BUSFREE ) ) |
BUSFREE | 1199 | drivers/scsi/aha152x.c | if(TESTHI( SSTAT1, BUSFREE) && issue_SC) |
BUSFREE | 2130 | drivers/scsi/aha152x.c | if( s & BUSFREE ) printk("BUSFREE "); |
BUSFREE | 2156 | drivers/scsi/aha152x.c | if( s & BUSFREE ) printk("BUSFREE "); |