taglinefilesource code
phase3353drivers/scsi/53c7,8xx.cconst char *phase;
phase3389drivers/scsi/53c7,8xx.cphase = "DATAIN";
phase3392drivers/scsi/53c7,8xx.cphase = "DATAOUT";
phase3395drivers/scsi/53c7,8xx.cphase = "MSGIN";
phase3398drivers/scsi/53c7,8xx.cphase = "MSGOUT";
phase3401drivers/scsi/53c7,8xx.cphase = "CMDOUT";
phase3404drivers/scsi/53c7,8xx.cphase = "STATUSIN";
phase3407drivers/scsi/53c7,8xx.cphase = "unknown";
phase3479drivers/scsi/53c7,8xx.chost->host_no, phase);
phase3487drivers/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);
phase652drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase695drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = command_ph;
phase795drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase804drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase813drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase821drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase829drivers/scsi/NCR53c406a.cif(current_SC->SCp.phase != message_in){ /* Unexpected disconnect */
phase838drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = idle;
phase847drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = data_out;
phase876drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = data_in;
phase903drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = command_ph;
phase909drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = status_ph;
phase934drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = message_out;
phase942drivers/scsi/NCR53c406a.ccurrent_SC->SCp.phase = message_in;
phase498drivers/scsi/aha152x.cint phase, sstat1;
phase519drivers/scsi/aha152x.cphase = GETPORT( SCSISIG ) & P_MASK ;
phase523drivers/scsi/aha152x.cif( (phase & (CDO|MSGO))==0 )                         /* DATA phase */
phase529drivers/scsi/aha152x.creturn phase;
phase825drivers/scsi/aha152x.cSCpnt->SCp.phase = not_issued;
phase968drivers/scsi/aha152x.cptr->SCp.phase = in_selection|aborted;
phase1232drivers/scsi/aha152x.cint done=0, phase;
phase1256drivers/scsi/aha152x.c( !current_SC || ( current_SC->SCp.phase & in_selection ) )
phase1350drivers/scsi/aha152x.ccurrent_SC->SCp.phase &= ~disconnected;
phase1381drivers/scsi/aha152x.ccurrent_SC->SCp.phase = in_selection;
phase1419drivers/scsi/aha152x.cif(current_SC->SCp.phase & in_selection)
phase1444drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1462drivers/scsi/aha152x.cif((aha152x_debug & debug_abort) && (current_SC->SCp.phase & aborted))
phase1466drivers/scsi/aha152x.ccurrent_SC->SCp.phase &= ~in_selection;
phase1467drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= in_other;
phase1501drivers/scsi/aha152x.cif(current_SC->SCp.phase & aborted)
phase1522drivers/scsi/aha152x.cphase = getphase();
phase1523drivers/scsi/aha152x.cif(!(phase & ~P_MASK))                                      /* "real" phase */
phase1524drivers/scsi/aha152x.cSETPORT(SCSISIG, phase);
phase1526drivers/scsi/aha152x.ccurrent_SC->SCp.phase =
phase1527drivers/scsi/aha152x.c(current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 );
phase1530drivers/scsi/aha152x.cswitch( phase )
phase1541drivers/scsi/aha152x.cif( current_SC->SCp.phase & aborted )
phase1553drivers/scsi/aha152x.cif( !(current_SC->SCp.phase & sent_ident))
phase1592drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= sent_ident;
phase1600drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase1714drivers/scsi/aha152x.cwhile( phase == P_MSGI ) 
phase1725drivers/scsi/aha152x.ccurrent_SC->SCp.phase   |= disconnected;
phase1849drivers/scsi/aha152x.cphase=getphase();
phase1853drivers/scsi/aha152x.cif(phase==P_BUSFREE)
phase1856drivers/scsi/aha152x.cif(current_SC->SCp.phase & disconnected)
phase2222drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase2234drivers/scsi/aha152x.ccurrent_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16));
phase2274drivers/scsi/aha152x.ccurrent_SC->SCp.phase |= 1<<16 ;
phase2571drivers/scsi/aha152x.cif( ptr->SCp.phase & not_issued   )  printk("not issued|");
phase2572drivers/scsi/aha152x.cif( ptr->SCp.phase & in_selection )  printk("in selection|");
phase2573drivers/scsi/aha152x.cif( ptr->SCp.phase & disconnected )  printk("disconnected|");
phase2574drivers/scsi/aha152x.cif( ptr->SCp.phase & aborted      )  printk("aborted|");
phase2575drivers/scsi/aha152x.cif( ptr->SCp.phase & sent_ident   )  printk("send_ident|");
phase2576drivers/scsi/aha152x.cif( ptr->SCp.phase & in_other )
phase2579drivers/scsi/aha152x.cswitch( (ptr->SCp.phase >> 16) & P_MASK )
phase2604drivers/scsi/aha152x.cif(ptr->SCp.phase & (1<<16))
phase1240drivers/scsi/fdomain.cif (current_SC->SCp.phase & aborted) {
phase1252drivers/scsi/fdomain.cif (current_SC->SCp.phase & in_arbitration) {
phase1261drivers/scsi/fdomain.ccurrent_SC->SCp.phase = in_selection;
phase1274drivers/scsi/fdomain.c} else if (current_SC->SCp.phase & in_selection) {
phase1292drivers/scsi/fdomain.ccurrent_SC->SCp.phase = in_other;
phase1631drivers/scsi/fdomain.cif (current_SC->SCp.phase & disconnect) {
phase1682drivers/scsi/fdomain.ccurrent_SC->SCp.phase               = in_arbitration;
phase1732drivers/scsi/fdomain.cswitch (SCpnt->SCp.phase) {
phase1740drivers/scsi/fdomain.cSCpnt->SCp.phase,
phase1812drivers/scsi/fdomain.ccurrent_SC->SCp.phase |= aborted;
phase194drivers/scsi/qlogic.cstatic int  ql_pdma(int phase, char *request, int reqlen)
phase198drivers/scsi/qlogic.cif (phase & 1) {  /* in */
phase345drivers/scsi/qlogic.cunsigned int  phase;      /* recorded scsi phase */
phase378drivers/scsi/qlogic.cif (reqlen && !((phase = inb(qbase + 4)) & 6)) {  /* data phase */
phase387drivers/scsi/qlogic.cql_pdma(phase, cmd->request_buffer, cmd->request_bufflen);
phase396drivers/scsi/qlogic.cif (ql_pdma(phase, sglist->address, sglist->length))
phase342drivers/scsi/scsi.hvolatile int phase;
phase642drivers/scsi/seagate.cint phase=0, newphase;
phase1028drivers/scsi/seagate.cif ((newphase = (status_read & REQ_MASK)) != phase)
phase1030drivers/scsi/seagate.cphase = newphase;
phase1031drivers/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];