taglinefilesource code
phase3347drivers/scsi/53c7,8xx.cchar *phase;
phase3383drivers/scsi/53c7,8xx.cphase = "DATAIN";
phase3386drivers/scsi/53c7,8xx.cphase = "DATAOUT";
phase3389drivers/scsi/53c7,8xx.cphase = "MSGIN";
phase3392drivers/scsi/53c7,8xx.cphase = "MSGOUT";
phase3395drivers/scsi/53c7,8xx.cphase = "CMDOUT";
phase3398drivers/scsi/53c7,8xx.cphase = "STATUSIN";
phase3401drivers/scsi/53c7,8xx.cphase = "unknown";
phase3473drivers/scsi/53c7,8xx.chost->host_no, phase);
phase3481drivers/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);
phase485drivers/scsi/aha152x.cint phase, sstat1;
phase506drivers/scsi/aha152x.cphase = GETPORT( SCSISIG ) & P_MASK ;
phase510drivers/scsi/aha152x.cif( (phase & (CDO|MSGO))==0 )                         /* DATA phase */
phase516drivers/scsi/aha152x.creturn phase;
phase810drivers/scsi/aha152x.cSCpnt->SCp.phase = not_issued;
phase953drivers/scsi/aha152x.cptr->SCp.phase = in_selection|aborted;
phase1216drivers/scsi/aha152x.cint done=0, phase;
phase1240drivers/scsi/aha152x.c( !current_SC || ( current_SC->SCp.phase & in_selection ) )
phase1334drivers/scsi/aha152x.ccurrent_SC->SCp.phase &= ~disconnected;
phase1365drivers/scsi/aha152x.ccurrent_SC->SCp.phase = in_selection;
phase1403drivers/scsi/aha152x.cif(current_SC->SCp.phase & in_selection)
phase1428drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1446drivers/scsi/aha152x.cif((aha152x_debug & debug_abort) && (current_SC->SCp.phase & aborted))
phase1450drivers/scsi/aha152x.ccurrent_SC->SCp.phase &= ~in_selection;
phase1451drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= in_other;
phase1485drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1506drivers/scsi/aha152x.cphase = getphase();
phase1507drivers/scsi/aha152x.cif(!(phase & ~P_MASK))                                      /* "real" phase */
phase1508drivers/scsi/aha152x.cSETPORT(SCSISIG, phase);
phase1510drivers/scsi/aha152x.ccurrent_SC->SCp.phase =
phase1511drivers/scsi/aha152x.c(current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 );
phase1514drivers/scsi/aha152x.cswitch( phase )
phase1525drivers/scsi/aha152x.cif( current_SC->SCp.phase & aborted )
phase1537drivers/scsi/aha152x.cif( !(current_SC->SCp.phase & sent_ident))
phase1576drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= sent_ident;
phase1584drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase1698drivers/scsi/aha152x.cwhile( phase == P_MSGI ) 
phase1709drivers/scsi/aha152x.ccurrent_SC->SCp.phase   |= disconnected;
phase1833drivers/scsi/aha152x.cphase=getphase();
phase1837drivers/scsi/aha152x.cif(phase==P_BUSFREE)
phase1840drivers/scsi/aha152x.cif(current_SC->SCp.phase & disconnected)
phase2206drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase2218drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase2258drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= 1<<16 ;
phase2555drivers/scsi/aha152x.cif( ptr->SCp.phase & not_issued   )  printk("not issued|");
phase2556drivers/scsi/aha152x.cif( ptr->SCp.phase & in_selection )  printk("in selection|");
phase2557drivers/scsi/aha152x.cif( ptr->SCp.phase & disconnected )  printk("disconnected|");
phase2558drivers/scsi/aha152x.cif( ptr->SCp.phase & aborted      )  printk("aborted|");
phase2559drivers/scsi/aha152x.cif( ptr->SCp.phase & sent_ident   )  printk("send_ident|");
phase2560drivers/scsi/aha152x.cif( ptr->SCp.phase & in_other )
phase2563drivers/scsi/aha152x.cswitch( (ptr->SCp.phase >> 16) & P_MASK )
phase2588drivers/scsi/aha152x.cif(ptr->SCp.phase & (1<<16))
phase1136drivers/scsi/fdomain.cif (current_SC->SCp.phase & aborted) {
phase1148drivers/scsi/fdomain.cif (current_SC->SCp.phase & in_arbitration) {
phase1157drivers/scsi/fdomain.ccurrent_SC->SCp.phase = in_selection;
phase1170drivers/scsi/fdomain.c} else if (current_SC->SCp.phase & in_selection) {
phase1188drivers/scsi/fdomain.ccurrent_SC->SCp.phase = in_other;
phase1527drivers/scsi/fdomain.cif (current_SC->SCp.phase & disconnect) {
phase1578drivers/scsi/fdomain.ccurrent_SC->SCp.phase               = in_arbitration;
phase1628drivers/scsi/fdomain.cswitch (SCpnt->SCp.phase) {
phase1636drivers/scsi/fdomain.cSCpnt->SCp.phase,
phase1708drivers/scsi/fdomain.ccurrent_SC->SCp.phase |= aborted;
phase191drivers/scsi/qlogic.cstatic int  ql_pdma(int phase, char *request, int reqlen)
phase195drivers/scsi/qlogic.cif (phase & 1) {  /* in */
phase342drivers/scsi/qlogic.cunsigned int  phase;      /* recorded scsi phase */
phase375drivers/scsi/qlogic.cif (reqlen && !((phase = inb(qbase + 4)) & 6)) {  /* data phase */
phase384drivers/scsi/qlogic.cql_pdma(phase, cmd->request_buffer, cmd->request_bufflen);
phase393drivers/scsi/qlogic.cif (ql_pdma(phase, sglist->address, sglist->length))
phase448drivers/scsi/scsi.hvolatile int phase;
phase608drivers/scsi/seagate.cint phase=0, newphase;
phase994drivers/scsi/seagate.cif ((newphase = (status_read & REQ_MASK)) != phase)
phase996drivers/scsi/seagate.cphase = newphase;
phase997drivers/scsi/seagate.cswitch (phase)
phase386drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase396drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase406drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase417drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase428drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase445drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase453drivers/scsi/wd7000.cvolatile unchar phase;        /* used by interrupt handler */
phase798drivers/scsi/wd7000.cSCpnt->SCp.phase = 0;
phase868drivers/scsi/wd7000.cif (--(SCpnt->SCp.phase) <= 0)  {  /* all scbs are done */
phase881drivers/scsi/wd7000.cicb->phase  = 0;
phase903drivers/scsi/wd7000.cSCpnt->SCp.phase = 1;
phase948drivers/scsi/wd7000.cwhile (SCpnt->SCp.phase > 0) barrier();  /* phase counts scbs down to 0 */
phase963drivers/scsi/wd7000.cicb.phase = 1;
phase971drivers/scsi/wd7000.cwhile (icb.phase && jiffies < timeout)
phase974drivers/scsi/wd7000.cif (icb.phase)  {
phase1074drivers/scsi/wd7000.cicb.phase = 1;
phase1082drivers/scsi/wd7000.cwhile (icb.phase)
phase516drivers/sound/gus_wave.cunsigned        vol, prev_vol, phase;
phase539drivers/sound/gus_wave.cphase = ++voices[voice].env_phase;
phase541drivers/sound/gus_wave.cvol = voices[voice].initial_volume * voices[voice].env_offset[phase] / 255;
phase542drivers/sound/gus_wave.crate = voices[voice].env_rate[phase];