taglinefilesource code
phase1083drivers/scsi/NCR5380.cunsigned char tmp[3], phase;
phase1283drivers/scsi/NCR5380.cphase = PHASE_MSGOUT;
phase1284drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase1326drivers/scsi/NCR5380.cunsigned char *phase, int *count, unsigned char **data) {
phase1328drivers/scsi/NCR5380.cregister unsigned char p = *phase, tmp;
phase1421drivers/scsi/NCR5380.c*phase = tmp & PHASE_MASK;
phase1423drivers/scsi/NCR5380.c*phase = PHASE_UNKNOWN;
phase1425drivers/scsi/NCR5380.cif (!c || (*phase == p))
phase1453drivers/scsi/NCR5380.cunsigned char *phase, int *count, unsigned char **data) {
phase1456drivers/scsi/NCR5380.cregister unsigned char p = *phase;
phase1471drivers/scsi/NCR5380.c*phase = tmp;
phase1593drivers/scsi/NCR5380.c*phase = NCR5380_read(STATUS_REG) & PHASE_MASK;
phase1596drivers/scsi/NCR5380.cif (*phase == p && (p & SR_IO) && residue == 0) {
phase1612drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, phase, &cnt, data);
phase1710drivers/scsi/NCR5380.c*phase = (NCR5380_read(STATUS_REG & PHASE_MASK));
phase1743drivers/scsi/NCR5380.cunsigned char phase, tmp, old_phase=0xff;
phase1751drivers/scsi/NCR5380.cphase = (tmp & PHASE_MASK); 
phase1752drivers/scsi/NCR5380.cif (phase != old_phase) {
phase1753drivers/scsi/NCR5380.cold_phase = phase;
phase1758drivers/scsi/NCR5380.cswitch (phase) {
phase1806drivers/scsi/NCR5380.cif (NCR5380_transfer_dma(instance, &phase,
phase1822drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, 
phase1835drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2017drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2036drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, 
phase2053drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2097drivers/scsi/NCR5380.cunsigned char lun, phase;
phase2136drivers/scsi/NCR5380.cphase = PHASE_MSGIN;
phase2137drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2208drivers/scsi/NCR5380.cphase = PHASE_MSGOUT;
phase2210drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2260drivers/scsi/NCR5380.cif (!(hostdata->connected->SCp.phase & SR_CD)) {
phase2294drivers/scsi/NCR5380.cunsigned char msg, phase, *msgptr;
phase2388drivers/scsi/NCR5380.cphase = PHASE_MSGOUT;
phase2390drivers/scsi/NCR5380.cNCR5380_transfer_pio (instance, &phase, &len, &msgptr);
phase184drivers/scsi/NCR5380.h#define PHASE_SR_TO_TCR(phase) ((phase) >> 2)  
phase267drivers/scsi/NCR5380.hunsigned char *phase, int *count, unsigned char **data);
phase270drivers/scsi/NCR5380.hunsigned char *phase, int *count, unsigned char **data);
phase416drivers/scsi/aha152x.cint phase, sstat1;
phase437drivers/scsi/aha152x.cphase = GETPORT( SCSISIG ) & P_MASK ;
phase441drivers/scsi/aha152x.cif( (phase & (CDO|MSGO))==0 )                         /* DATA phase */
phase447drivers/scsi/aha152x.creturn phase;
phase731drivers/scsi/aha152x.cSCpnt->SCp.phase = not_issued;
phase847drivers/scsi/aha152x.cptr->SCp.phase = in_selection|aborted;
phase1063drivers/scsi/aha152x.cint done=0, phase;
phase1086drivers/scsi/aha152x.c( !current_SC || ( current_SC->SCp.phase & in_selection ) )
phase1172drivers/scsi/aha152x.ccurrent_SC->SCp.phase &= ~disconnected;
phase1200drivers/scsi/aha152x.ccurrent_SC->SCp.phase = in_selection;
phase1236drivers/scsi/aha152x.cif(current_SC->SCp.phase & in_selection)
phase1261drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1278drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1282drivers/scsi/aha152x.ccurrent_SC->SCp.phase &= ~in_selection;
phase1283drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= in_other;
phase1316drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1336drivers/scsi/aha152x.cphase = getphase();
phase1337drivers/scsi/aha152x.cif(!(phase & ~P_MASK))                                      /* "real" phase */
phase1338drivers/scsi/aha152x.cSETPORT(SCSISIG, phase);
phase1340drivers/scsi/aha152x.ccurrent_SC->SCp.phase =
phase1341drivers/scsi/aha152x.c(current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 );
phase1344drivers/scsi/aha152x.cswitch( phase )
phase1354drivers/scsi/aha152x.cif( current_SC->SCp.phase & aborted )
phase1365drivers/scsi/aha152x.cif( !(current_SC->SCp.phase & sent_ident))
phase1402drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= sent_ident;
phase1410drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase1501drivers/scsi/aha152x.cwhile( phase == P_MSGI ) 
phase1511drivers/scsi/aha152x.ccurrent_SC->SCp.phase   |= disconnected;
phase1626drivers/scsi/aha152x.cphase=getphase();
phase1630drivers/scsi/aha152x.cif(phase==P_BUSFREE)
phase1633drivers/scsi/aha152x.cif(current_SC->SCp.phase & disconnected)
phase1974drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase1986drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase2025drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= 1<<16 ;
phase2313drivers/scsi/aha152x.cif( ptr->SCp.phase & not_issued   )  printk("not issued|");
phase2314drivers/scsi/aha152x.cif( ptr->SCp.phase & in_selection )  printk("in selection|");
phase2315drivers/scsi/aha152x.cif( ptr->SCp.phase & disconnected )  printk("disconnected|");
phase2316drivers/scsi/aha152x.cif( ptr->SCp.phase & aborted      )  printk("aborted|");
phase2317drivers/scsi/aha152x.cif( ptr->SCp.phase & sent_ident   )  printk("send_ident|");
phase2318drivers/scsi/aha152x.cif( ptr->SCp.phase & in_other )
phase2321drivers/scsi/aha152x.cswitch( (ptr->SCp.phase >> 16) & P_MASK )
phase2346drivers/scsi/aha152x.cif(ptr->SCp.phase & (1<<16))
phase784drivers/scsi/fdomain.cif (current_SC->SCp.phase & aborted) {
phase796drivers/scsi/fdomain.cif (current_SC->SCp.phase & in_arbitration) {
phase805drivers/scsi/fdomain.ccurrent_SC->SCp.phase = in_selection;
phase818drivers/scsi/fdomain.c} else if (current_SC->SCp.phase & in_selection) {
phase836drivers/scsi/fdomain.ccurrent_SC->SCp.phase = in_other;
phase1176drivers/scsi/fdomain.cif (current_SC->SCp.phase & disconnect) {
phase1227drivers/scsi/fdomain.ccurrent_SC->SCp.phase               = in_arbitration;
phase1272drivers/scsi/fdomain.cswitch (SCpnt->SCp.phase) {
phase1280drivers/scsi/fdomain.cSCpnt->SCp.phase,
phase1355drivers/scsi/fdomain.ccurrent_SC->SCp.phase |= aborted;
phase335drivers/scsi/scsi.hvolatile int phase;
phase604drivers/scsi/seagate.cint phase=0, newphase;
phase988drivers/scsi/seagate.cif ((newphase = (status_read & REQ_MASK)) != phase)
phase990drivers/scsi/seagate.cphase = newphase;
phase991drivers/scsi/seagate.cswitch (phase)
phase288drivers/scsi/wd7000.cSCpnt->SCp.phase = 0;
phase329drivers/scsi/wd7000.cif (--(SCpnt->SCp.phase) <= 0)  {  /* all scbs for SCpnt are done */
phase365drivers/scsi/wd7000.cSCpnt->SCp.phase = 1;
phase423drivers/scsi/wd7000.cwhile (SCpnt->SCp.phase > 0);  /* phase counts scbs down to 0 */
phase589drivers/sound/gus_wave.cunsigned        vol, prev_vol, phase;
phase612drivers/sound/gus_wave.cphase = ++voices[voice].env_phase;
phase616drivers/sound/gus_wave.cvol = voices[voice].initial_volume * voices[voice].env_offset[phase] / 255;
phase617drivers/sound/gus_wave.crate = voices[voice].env_rate[phase];