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);
phase422drivers/scsi/aha152x.cint phase, sstat1;
phase443drivers/scsi/aha152x.cphase = GETPORT( SCSISIG ) & P_MASK ;
phase447drivers/scsi/aha152x.cif( (phase & (CDO|MSGO))==0 )                         /* DATA phase */
phase453drivers/scsi/aha152x.creturn phase;
phase728drivers/scsi/aha152x.cSCpnt->SCp.phase = not_issued;
phase844drivers/scsi/aha152x.cptr->SCp.phase = in_selection|aborted;
phase1053drivers/scsi/aha152x.cint done=0, phase;
phase1076drivers/scsi/aha152x.c( !current_SC || ( current_SC->SCp.phase & in_selection ) )
phase1162drivers/scsi/aha152x.ccurrent_SC->SCp.phase &= ~disconnected;
phase1190drivers/scsi/aha152x.ccurrent_SC->SCp.phase = in_selection;
phase1226drivers/scsi/aha152x.cif(current_SC->SCp.phase & in_selection)
phase1251drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1268drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1272drivers/scsi/aha152x.ccurrent_SC->SCp.phase &= ~in_selection;
phase1273drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= in_other;
phase1306drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1326drivers/scsi/aha152x.cphase = getphase();
phase1327drivers/scsi/aha152x.cif(!(phase & ~P_MASK))                                      /* "real" phase */
phase1328drivers/scsi/aha152x.cSETPORT(SCSISIG, phase);
phase1330drivers/scsi/aha152x.ccurrent_SC->SCp.phase =
phase1331drivers/scsi/aha152x.c(current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 );
phase1334drivers/scsi/aha152x.cswitch( phase )
phase1344drivers/scsi/aha152x.cif( current_SC->SCp.phase & aborted )
phase1355drivers/scsi/aha152x.cif( !(current_SC->SCp.phase & sent_ident))
phase1392drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= sent_ident;
phase1400drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase1491drivers/scsi/aha152x.cwhile( phase == P_MSGI ) 
phase1501drivers/scsi/aha152x.ccurrent_SC->SCp.phase   |= disconnected;
phase1616drivers/scsi/aha152x.cphase=getphase();
phase1620drivers/scsi/aha152x.cif(phase==P_BUSFREE)
phase1623drivers/scsi/aha152x.cif(current_SC->SCp.phase & disconnected)
phase1969drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase1981drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase2020drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= 1<<16 ;
phase2308drivers/scsi/aha152x.cif( ptr->SCp.phase & not_issued   )  printk("not issued|");
phase2309drivers/scsi/aha152x.cif( ptr->SCp.phase & in_selection )  printk("in selection|");
phase2310drivers/scsi/aha152x.cif( ptr->SCp.phase & disconnected )  printk("disconnected|");
phase2311drivers/scsi/aha152x.cif( ptr->SCp.phase & aborted      )  printk("aborted|");
phase2312drivers/scsi/aha152x.cif( ptr->SCp.phase & sent_ident   )  printk("send_ident|");
phase2313drivers/scsi/aha152x.cif( ptr->SCp.phase & in_other )
phase2316drivers/scsi/aha152x.cswitch( (ptr->SCp.phase >> 16) & P_MASK )
phase2341drivers/scsi/aha152x.cif(ptr->SCp.phase & (1<<16))
phase852drivers/scsi/fdomain.cif (current_SC->SCp.phase & aborted) {
phase864drivers/scsi/fdomain.cif (current_SC->SCp.phase & in_arbitration) {
phase873drivers/scsi/fdomain.ccurrent_SC->SCp.phase = in_selection;
phase886drivers/scsi/fdomain.c} else if (current_SC->SCp.phase & in_selection) {
phase904drivers/scsi/fdomain.ccurrent_SC->SCp.phase = in_other;
phase1244drivers/scsi/fdomain.cif (current_SC->SCp.phase & disconnect) {
phase1295drivers/scsi/fdomain.ccurrent_SC->SCp.phase               = in_arbitration;
phase1340drivers/scsi/fdomain.cswitch (SCpnt->SCp.phase) {
phase1348drivers/scsi/fdomain.cSCpnt->SCp.phase,
phase1418drivers/scsi/fdomain.ccurrent_SC->SCp.phase |= aborted;
phase403drivers/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)
phase383drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase393drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase403drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase414drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase425drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase442drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase450drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase795drivers/scsi/wd7000.cSCpnt->SCp.phase = 0;
phase872drivers/scsi/wd7000.cif (--(SCpnt->SCp.phase) <= 0)  {  /* all scbs are done */
phase885drivers/scsi/wd7000.cicb->phase  = 0;
phase907drivers/scsi/wd7000.cSCpnt->SCp.phase = 1;
phase952drivers/scsi/wd7000.cwhile (SCpnt->SCp.phase > 0);  /* phase counts scbs down to 0 */
phase967drivers/scsi/wd7000.cicb.phase = 1;
phase975drivers/scsi/wd7000.cwhile (icb.phase && jiffies < timeout) /* wait for completion */;
phase977drivers/scsi/wd7000.cif (icb.phase)  {
phase1078drivers/scsi/wd7000.cicb.phase = 1;
phase1086drivers/scsi/wd7000.cwhile (icb.phase) /* wait for completion */;
phase592drivers/sound/gus_wave.cunsigned        vol, prev_vol, phase;
phase618drivers/sound/gus_wave.cphase = ++voices[voice].env_phase;
phase620drivers/sound/gus_wave.cvol = voices[voice].initial_volume * voices[voice].env_offset[phase] / 255;
phase621drivers/sound/gus_wave.crate = voices[voice].env_rate[phase];