tag | line | file | source code |
phase | 3225 | drivers/scsi/53c7,8xx.c | char *phase; |
phase | 3261 | drivers/scsi/53c7,8xx.c | phase = "DATAIN"; |
phase | 3264 | drivers/scsi/53c7,8xx.c | phase = "DATAOUT"; |
phase | 3267 | drivers/scsi/53c7,8xx.c | phase = "MSGIN"; |
phase | 3270 | drivers/scsi/53c7,8xx.c | phase = "MSGOUT"; |
phase | 3273 | drivers/scsi/53c7,8xx.c | phase = "CMDOUT"; |
phase | 3276 | drivers/scsi/53c7,8xx.c | phase = "STATUSIN"; |
phase | 3279 | drivers/scsi/53c7,8xx.c | phase = "unknown"; |
phase | 3350 | drivers/scsi/53c7,8xx.c | host->host_no, phase); |
phase | 3358 | drivers/scsi/53c7,8xx.c | host->host_no, phase, (unsigned) dsp); |
phase | 1169 | drivers/scsi/NCR5380.c | unsigned char tmp[3], phase; |
phase | 1421 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 1422 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 1465 | drivers/scsi/NCR5380.c | unsigned char *phase, int *count, unsigned char **data) { |
phase | 1467 | drivers/scsi/NCR5380.c | register unsigned char p = *phase, tmp; |
phase | 1573 | drivers/scsi/NCR5380.c | *phase = tmp & PHASE_MASK; |
phase | 1575 | drivers/scsi/NCR5380.c | *phase = PHASE_UNKNOWN; |
phase | 1577 | drivers/scsi/NCR5380.c | if (!c || (*phase == p)) |
phase | 1605 | drivers/scsi/NCR5380.c | unsigned char *phase, int *count, unsigned char **data) { |
phase | 1608 | drivers/scsi/NCR5380.c | register unsigned char p = *phase; |
phase | 1623 | drivers/scsi/NCR5380.c | *phase = tmp; |
phase | 1766 | drivers/scsi/NCR5380.c | *phase = NCR5380_read(STATUS_REG) & PHASE_MASK; |
phase | 1769 | drivers/scsi/NCR5380.c | if (*phase == p && (p & SR_IO) && residue == 0) { |
phase | 1785 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, phase, &cnt, data); |
phase | 1883 | drivers/scsi/NCR5380.c | *phase = (NCR5380_read(STATUS_REG & PHASE_MASK)); |
phase | 1917 | drivers/scsi/NCR5380.c | unsigned char phase, tmp, extended_msg[10], old_phase=0xff; |
phase | 1925 | drivers/scsi/NCR5380.c | phase = (tmp & PHASE_MASK); |
phase | 1926 | drivers/scsi/NCR5380.c | if (phase != old_phase) { |
phase | 1927 | drivers/scsi/NCR5380.c | old_phase = phase; |
phase | 1933 | drivers/scsi/NCR5380.c | if (sink && (phase != PHASE_MSGOUT)) { |
phase | 1945 | drivers/scsi/NCR5380.c | switch (phase) { |
phase | 2000 | drivers/scsi/NCR5380.c | if (NCR5380_transfer_dma(instance, &phase, |
phase | 2018 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, |
phase | 2025 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2229 | drivers/scsi/NCR5380.c | phase = PHASE_MSGIN; |
phase | 2230 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2244 | drivers/scsi/NCR5380.c | phase = PHASE_MSGIN; |
phase | 2246 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2297 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2316 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, |
phase | 2333 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2377 | drivers/scsi/NCR5380.c | unsigned char lun, phase; |
phase | 2424 | drivers/scsi/NCR5380.c | phase = PHASE_MSGIN; |
phase | 2425 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2489 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 2491 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2541 | drivers/scsi/NCR5380.c | if (!(hostdata->connected->SCp.phase & SR_CD)) { |
phase | 2575 | drivers/scsi/NCR5380.c | unsigned char msg, phase, *msgptr; |
phase | 2708 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 2710 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio (instance, &phase, &len, &msgptr); |
phase | 205 | drivers/scsi/NCR5380.h | #define PHASE_SR_TO_TCR(phase) ((phase) >> 2) |
phase | 296 | drivers/scsi/NCR5380.h | unsigned char *phase, int *count, unsigned char **data); |
phase | 299 | drivers/scsi/NCR5380.h | unsigned char *phase, int *count, unsigned char **data); |
phase | 432 | drivers/scsi/aha152x.c | int phase, sstat1; |
phase | 453 | drivers/scsi/aha152x.c | phase = GETPORT( SCSISIG ) & P_MASK ; |
phase | 457 | drivers/scsi/aha152x.c | if( (phase & (CDO|MSGO))==0 ) /* DATA phase */ |
phase | 463 | drivers/scsi/aha152x.c | return phase; |
phase | 716 | drivers/scsi/aha152x.c | SCpnt->SCp.phase = not_issued; |
phase | 847 | drivers/scsi/aha152x.c | ptr->SCp.phase = in_selection|aborted; |
phase | 1078 | drivers/scsi/aha152x.c | int done=0, phase; |
phase | 1101 | drivers/scsi/aha152x.c | ( !current_SC || ( current_SC->SCp.phase & in_selection ) ) |
phase | 1187 | drivers/scsi/aha152x.c | current_SC->SCp.phase &= ~disconnected; |
phase | 1215 | drivers/scsi/aha152x.c | current_SC->SCp.phase = in_selection; |
phase | 1251 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & in_selection) |
phase | 1276 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1293 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1297 | drivers/scsi/aha152x.c | current_SC->SCp.phase &= ~in_selection; |
phase | 1298 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= in_other; |
phase | 1331 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1351 | drivers/scsi/aha152x.c | phase = getphase(); |
phase | 1352 | drivers/scsi/aha152x.c | if(!(phase & ~P_MASK)) /* "real" phase */ |
phase | 1353 | drivers/scsi/aha152x.c | SETPORT(SCSISIG, phase); |
phase | 1355 | drivers/scsi/aha152x.c | current_SC->SCp.phase = |
phase | 1356 | drivers/scsi/aha152x.c | (current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 ); |
phase | 1359 | drivers/scsi/aha152x.c | switch( phase ) |
phase | 1369 | drivers/scsi/aha152x.c | if( current_SC->SCp.phase & aborted ) |
phase | 1380 | drivers/scsi/aha152x.c | if( !(current_SC->SCp.phase & sent_ident)) |
phase | 1417 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= sent_ident; |
phase | 1425 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 1516 | drivers/scsi/aha152x.c | while( phase == P_MSGI ) |
phase | 1526 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= disconnected; |
phase | 1641 | drivers/scsi/aha152x.c | phase=getphase(); |
phase | 1645 | drivers/scsi/aha152x.c | if(phase==P_BUSFREE) |
phase | 1648 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & disconnected) |
phase | 1994 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 2006 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 2045 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= 1<<16 ; |
phase | 2333 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & not_issued ) printk("not issued|"); |
phase | 2334 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & in_selection ) printk("in selection|"); |
phase | 2335 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & disconnected ) printk("disconnected|"); |
phase | 2336 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & aborted ) printk("aborted|"); |
phase | 2337 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & sent_ident ) printk("send_ident|"); |
phase | 2338 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & in_other ) |
phase | 2341 | drivers/scsi/aha152x.c | switch( (ptr->SCp.phase >> 16) & P_MASK ) |
phase | 2366 | drivers/scsi/aha152x.c | if(ptr->SCp.phase & (1<<16)) |
phase | 871 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & aborted) { |
phase | 883 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & in_arbitration) { |
phase | 892 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_selection; |
phase | 905 | drivers/scsi/fdomain.c | } else if (current_SC->SCp.phase & in_selection) { |
phase | 923 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_other; |
phase | 1263 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & disconnect) { |
phase | 1314 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_arbitration; |
phase | 1359 | drivers/scsi/fdomain.c | switch (SCpnt->SCp.phase) { |
phase | 1367 | drivers/scsi/fdomain.c | SCpnt->SCp.phase, |
phase | 1437 | drivers/scsi/fdomain.c | current_SC->SCp.phase |= aborted; |
phase | 416 | drivers/scsi/scsi.h | volatile int phase; |
phase | 598 | drivers/scsi/seagate.c | int phase=0, newphase; |
phase | 984 | drivers/scsi/seagate.c | if ((newphase = (status_read & REQ_MASK)) != phase) |
phase | 986 | drivers/scsi/seagate.c | phase = newphase; |
phase | 987 | drivers/scsi/seagate.c | switch (phase) |
phase | 382 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 392 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 402 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 413 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 424 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 441 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 449 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 794 | drivers/scsi/wd7000.c | SCpnt->SCp.phase = 0; |
phase | 871 | drivers/scsi/wd7000.c | if (--(SCpnt->SCp.phase) <= 0) { /* all scbs are done */ |
phase | 884 | drivers/scsi/wd7000.c | icb->phase = 0; |
phase | 906 | drivers/scsi/wd7000.c | SCpnt->SCp.phase = 1; |
phase | 951 | drivers/scsi/wd7000.c | while (SCpnt->SCp.phase > 0); /* phase counts scbs down to 0 */ |
phase | 966 | drivers/scsi/wd7000.c | icb.phase = 1; |
phase | 974 | drivers/scsi/wd7000.c | while (icb.phase && jiffies < timeout) /* wait for completion */; |
phase | 976 | drivers/scsi/wd7000.c | if (icb.phase) { |
phase | 1076 | drivers/scsi/wd7000.c | icb.phase = 1; |
phase | 1084 | drivers/scsi/wd7000.c | while (icb.phase) /* wait for completion */; |
phase | 510 | drivers/sound/gus_wave.c | unsigned vol, prev_vol, phase; |
phase | 533 | drivers/sound/gus_wave.c | phase = ++voices[voice].env_phase; |
phase | 535 | drivers/sound/gus_wave.c | vol = voices[voice].initial_volume * voices[voice].env_offset[phase] / 255; |
phase | 536 | drivers/sound/gus_wave.c | rate = voices[voice].env_rate[phase]; |