tag | line | file | source code |
P_MASK | 505 | drivers/scsi/aha152x.c | phase = GETPORT( SCSISIG ) & P_MASK ; |
P_MASK | 1506 | drivers/scsi/aha152x.c | if(!(phase & ~P_MASK)) /* "real" phase */ |
P_MASK | 1510 | drivers/scsi/aha152x.c | (current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 ); |
P_MASK | 1583 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
P_MASK | 2205 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
P_MASK | 2217 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
P_MASK | 2312 | drivers/scsi/aha152x.c | switch(s & P_MASK) |
P_MASK | 2562 | drivers/scsi/aha152x.c | switch( (ptr->SCp.phase >> 16) & P_MASK ) |