tag | line | file | source code |
P_MASK | 469 | drivers/scsi/aha152x.c | phase = GETPORT( SCSISIG ) & P_MASK ; |
P_MASK | 1387 | drivers/scsi/aha152x.c | if(!(phase & ~P_MASK)) /* "real" phase */ |
P_MASK | 1391 | drivers/scsi/aha152x.c | (current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 ); |
P_MASK | 1460 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
P_MASK | 2029 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
P_MASK | 2041 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
P_MASK | 2129 | drivers/scsi/aha152x.c | switch(s & P_MASK) |
P_MASK | 2376 | drivers/scsi/aha152x.c | switch( (ptr->SCp.phase >> 16) & P_MASK ) |