taglinefilesource code
phase3355drivers/scsi/53c7,8xx.cconst char *phase;
phase3391drivers/scsi/53c7,8xx.cphase = "DATAIN";
phase3394drivers/scsi/53c7,8xx.cphase = "DATAOUT";
phase3397drivers/scsi/53c7,8xx.cphase = "MSGIN";
phase3400drivers/scsi/53c7,8xx.cphase = "MSGOUT";
phase3403drivers/scsi/53c7,8xx.cphase = "CMDOUT";
phase3406drivers/scsi/53c7,8xx.cphase = "STATUSIN";
phase3409drivers/scsi/53c7,8xx.cphase = "unknown";
phase3481drivers/scsi/53c7,8xx.chost->host_no, phase);
phase3489drivers/scsi/53c7,8xx.chost->host_no, phase, dsp);
phase1170drivers/scsi/NCR5380.cunsigned char tmp[3], phase;
phase1422drivers/scsi/NCR5380.cphase = PHASE_MSGOUT;
phase1423drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase1466drivers/scsi/NCR5380.cunsigned char *phase, int *count, unsigned char **data) {
phase1468drivers/scsi/NCR5380.cregister unsigned char p = *phase, tmp;
phase1574drivers/scsi/NCR5380.c*phase = tmp & PHASE_MASK;
phase1576drivers/scsi/NCR5380.c*phase = PHASE_UNKNOWN;
phase1578drivers/scsi/NCR5380.cif (!c || (*phase == p))
phase1606drivers/scsi/NCR5380.cunsigned char *phase, int *count, unsigned char **data) {
phase1609drivers/scsi/NCR5380.cregister unsigned char p = *phase;
phase1624drivers/scsi/NCR5380.c*phase = tmp;
phase1767drivers/scsi/NCR5380.c*phase = NCR5380_read(STATUS_REG) & PHASE_MASK;
phase1770drivers/scsi/NCR5380.cif (*phase == p && (p & SR_IO) && residue == 0) {
phase1786drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, phase, &cnt, data);
phase1884drivers/scsi/NCR5380.c*phase = (NCR5380_read(STATUS_REG & PHASE_MASK));
phase1921drivers/scsi/NCR5380.cunsigned char phase, tmp, extended_msg[10], old_phase=0xff;
phase1929drivers/scsi/NCR5380.cphase = (tmp & PHASE_MASK); 
phase1930drivers/scsi/NCR5380.cif (phase != old_phase) {
phase1931drivers/scsi/NCR5380.cold_phase = phase;
phase1937drivers/scsi/NCR5380.cif (sink && (phase != PHASE_MSGOUT)) {
phase1949drivers/scsi/NCR5380.cswitch (phase) {
phase2004drivers/scsi/NCR5380.cif (NCR5380_transfer_dma(instance, &phase,
phase2022drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, 
phase2029drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2233drivers/scsi/NCR5380.cphase = PHASE_MSGIN;
phase2234drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2248drivers/scsi/NCR5380.cphase = PHASE_MSGIN;
phase2250drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2301drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2320drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, 
phase2337drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2381drivers/scsi/NCR5380.cunsigned char lun, phase;
phase2428drivers/scsi/NCR5380.cphase = PHASE_MSGIN;
phase2429drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2493drivers/scsi/NCR5380.cphase = PHASE_MSGOUT;
phase2495drivers/scsi/NCR5380.cNCR5380_transfer_pio(instance, &phase, &len, &data);
phase2545drivers/scsi/NCR5380.cif (!(hostdata->connected->SCp.phase & SR_CD)) {
phase2579drivers/scsi/NCR5380.cunsigned char msg, phase, *msgptr;
phase2712drivers/scsi/NCR5380.cphase = PHASE_MSGOUT;
phase2714drivers/scsi/NCR5380.cNCR5380_transfer_pio (instance, &phase, &len, &msgptr);
phase205drivers/scsi/NCR5380.h#define PHASE_SR_TO_TCR(phase) ((phase) >> 2)  
phase296drivers/scsi/NCR5380.hunsigned char *phase, int *count, unsigned char **data);
phase299drivers/scsi/NCR5380.hunsigned char *phase, int *count, unsigned char **data);
phase655drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase698drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = command_ph;
phase798drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase807drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase816drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase824drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase832drivers/scsi/NCR53c406a.cif(current_SC->SCp.phase != message_in){ /* Unexpected disconnect */
phase841drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase850drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = data_out;
phase879drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = data_in;
phase906drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = command_ph;
phase912drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = status_ph;
phase937drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = message_out;
phase945drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = message_in;
phase501drivers/scsi/aha152x.cint phase, sstat1;
phase522drivers/scsi/aha152x.cphase = GETPORT( SCSISIG ) & P_MASK ;
phase526drivers/scsi/aha152x.cif( (phase & (CDO|MSGO))==0 )                         /* DATA phase */
phase532drivers/scsi/aha152x.creturn phase;
phase828drivers/scsi/aha152x.cSCpnt->SCp.phase = not_issued;
phase971drivers/scsi/aha152x.cptr->SCp.phase = in_selection|aborted;
phase1235drivers/scsi/aha152x.cint done=0, phase;
phase1259drivers/scsi/aha152x.c( !current_SC || ( current_SC->SCp.phase & in_selection ) )
phase1353drivers/scsi/aha152x.ccurrent_SC->SCp.phase &= ~disconnected;
phase1384drivers/scsi/aha152x.ccurrent_SC->SCp.phase = in_selection;
phase1422drivers/scsi/aha152x.cif(current_SC->SCp.phase & in_selection)
phase1447drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1465drivers/scsi/aha152x.cif((aha152x_debug & debug_abort) && (current_SC->SCp.phase & aborted))
phase1469drivers/scsi/aha152x.ccurrent_SC->SCp.phase &= ~in_selection;
phase1470drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= in_other;
phase1504drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1525drivers/scsi/aha152x.cphase = getphase();
phase1526drivers/scsi/aha152x.cif(!(phase & ~P_MASK))                                      /* "real" phase */
phase1527drivers/scsi/aha152x.cSETPORT(SCSISIG, phase);
phase1529drivers/scsi/aha152x.ccurrent_SC->SCp.phase =
phase1530drivers/scsi/aha152x.c(current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 );
phase1533drivers/scsi/aha152x.cswitch( phase )
phase1544drivers/scsi/aha152x.cif( current_SC->SCp.phase & aborted )
phase1556drivers/scsi/aha152x.cif( !(current_SC->SCp.phase & sent_ident))
phase1595drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= sent_ident;
phase1603drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase1717drivers/scsi/aha152x.cwhile( phase == P_MSGI ) 
phase1728drivers/scsi/aha152x.ccurrent_SC->SCp.phase   |= disconnected;
phase1852drivers/scsi/aha152x.cphase=getphase();
phase1856drivers/scsi/aha152x.cif(phase==P_BUSFREE)
phase1859drivers/scsi/aha152x.cif(current_SC->SCp.phase & disconnected)
phase2225drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase2237drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase2277drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= 1<<16 ;
phase2574drivers/scsi/aha152x.cif( ptr->SCp.phase & not_issued   )  printk("not issued|");
phase2575drivers/scsi/aha152x.cif( ptr->SCp.phase & in_selection )  printk("in selection|");
phase2576drivers/scsi/aha152x.cif( ptr->SCp.phase & disconnected )  printk("disconnected|");
phase2577drivers/scsi/aha152x.cif( ptr->SCp.phase & aborted      )  printk("aborted|");
phase2578drivers/scsi/aha152x.cif( ptr->SCp.phase & sent_ident   )  printk("send_ident|");
phase2579drivers/scsi/aha152x.cif( ptr->SCp.phase & in_other )
phase2582drivers/scsi/aha152x.cswitch( (ptr->SCp.phase >> 16) & P_MASK )
phase2607drivers/scsi/aha152x.cif(ptr->SCp.phase & (1<<16))
phase1238drivers/scsi/fdomain.cif (current_SC->SCp.phase & aborted) {
phase1250drivers/scsi/fdomain.cif (current_SC->SCp.phase & in_arbitration) {
phase1259drivers/scsi/fdomain.ccurrent_SC->SCp.phase = in_selection;
phase1272drivers/scsi/fdomain.c} else if (current_SC->SCp.phase & in_selection) {
phase1290drivers/scsi/fdomain.ccurrent_SC->SCp.phase = in_other;
phase1629drivers/scsi/fdomain.cif (current_SC->SCp.phase & disconnect) {
phase1680drivers/scsi/fdomain.ccurrent_SC->SCp.phase               = in_arbitration;
phase1730drivers/scsi/fdomain.cswitch (SCpnt->SCp.phase) {
phase1738drivers/scsi/fdomain.cSCpnt->SCp.phase,
phase1810drivers/scsi/fdomain.ccurrent_SC->SCp.phase |= aborted;
phase197drivers/scsi/qlogic.cstatic int  ql_pdma(int phase, char *request, int reqlen)
phase201drivers/scsi/qlogic.cif (phase & 1) {  /* in */
phase348drivers/scsi/qlogic.cunsigned int  phase;      /* recorded scsi phase */
phase381drivers/scsi/qlogic.cif (reqlen && !((phase = inb(qbase + 4)) & 6)) {  /* data phase */
phase390drivers/scsi/qlogic.cql_pdma(phase, cmd->request_buffer, cmd->request_bufflen);
phase399drivers/scsi/qlogic.cif (ql_pdma(phase, sglist->address, sglist->length))
phase342drivers/scsi/scsi.hvolatile int phase;
phase615drivers/scsi/seagate.cint phase=0, newphase;
phase1001drivers/scsi/seagate.cif ((newphase = (status_read & REQ_MASK)) != phase)
phase1003drivers/scsi/seagate.cphase = newphase;
phase1004drivers/scsi/seagate.cswitch (phase)
phase393drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase403drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase413drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase424drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase435drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase452drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase460drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase805drivers/scsi/wd7000.cSCpnt->SCp.phase = 0;
phase875drivers/scsi/wd7000.cif (--(SCpnt->SCp.phase) <= 0)  {  /* all scbs are done */
phase888drivers/scsi/wd7000.cicb->phase  = 0;
phase910drivers/scsi/wd7000.cSCpnt->SCp.phase = 1;
phase955drivers/scsi/wd7000.cwhile (SCpnt->SCp.phase > 0) barrier();  /* phase counts scbs down to 0 */
phase970drivers/scsi/wd7000.cicb.phase = 1;
phase978drivers/scsi/wd7000.cwhile (icb.phase && jiffies < timeout)
phase981drivers/scsi/wd7000.cif (icb.phase)  {
phase1081drivers/scsi/wd7000.cicb.phase = 1;
phase1089drivers/scsi/wd7000.cwhile (icb.phase)
phase534drivers/sound/gus_wave.cunsigned        vol, prev_vol, phase;
phase558drivers/sound/gus_wave.cphase = ++voices[voice].env_phase;
phase560drivers/sound/gus_wave.cvol = voices[voice].initial_volume * voices[voice].env_offset[phase] / 255;
phase561drivers/sound/gus_wave.crate = voices[voice].env_rate[phase];