tag | line | file | source code |
BUSFREE | 490 | drivers/scsi/aha152x.c | while( !( ( sstat1 = GETPORT( SSTAT1 ) ) & (BUSFREE|SCSIRSTI|REQINIT ) ) ) |
BUSFREE | 492 | drivers/scsi/aha152x.c | if( sstat1 & BUSFREE ) |
BUSFREE | 911 | drivers/scsi/aha152x.c | if ( TESTLO(SSTAT1, BUSFREE) || (current_SC && current_SC!=SCpnt)) |
BUSFREE | 1034 | drivers/scsi/aha152x.c | if( TESTLO( SSTAT1, BUSFREE ) ) |
BUSFREE | 1182 | drivers/scsi/aha152x.c | while( TESTLO( SSTAT1, BUSFREE ) ) |
BUSFREE | 1349 | drivers/scsi/aha152x.c | if(TESTHI( SSTAT1, BUSFREE) && issue_SC) |
BUSFREE | 2357 | drivers/scsi/aha152x.c | if( s & BUSFREE ) printk("BUSFREE "); |
BUSFREE | 2383 | drivers/scsi/aha152x.c | if( s & BUSFREE ) printk("BUSFREE "); |