tag | line | file | source code |
BUSFREE | 491 | drivers/scsi/aha152x.c | while( !( ( sstat1 = GETPORT( SSTAT1 ) ) & (BUSFREE|SCSIRSTI|REQINIT ) ) ) |
BUSFREE | 493 | drivers/scsi/aha152x.c | if( sstat1 & BUSFREE ) |
BUSFREE | 912 | drivers/scsi/aha152x.c | if ( TESTLO(SSTAT1, BUSFREE) || (current_SC && current_SC!=SCpnt)) |
BUSFREE | 1035 | drivers/scsi/aha152x.c | if( TESTLO( SSTAT1, BUSFREE ) ) |
BUSFREE | 1183 | drivers/scsi/aha152x.c | while( TESTLO( SSTAT1, BUSFREE ) ) |
BUSFREE | 1350 | drivers/scsi/aha152x.c | if(TESTHI( SSTAT1, BUSFREE) && issue_SC) |
BUSFREE | 2358 | drivers/scsi/aha152x.c | if( s & BUSFREE ) printk("BUSFREE "); |
BUSFREE | 2384 | drivers/scsi/aha152x.c | if( s & BUSFREE ) printk("BUSFREE "); |
BUSFREE | 2124 | drivers/scsi/aic7xxx.c | if (! (status & BUSFREE)) |