tag | line | file | source code |
phase | 3228 | drivers/scsi/53c7,8xx.c | char *phase; |
phase | 3264 | drivers/scsi/53c7,8xx.c | phase = "DATAIN"; |
phase | 3267 | drivers/scsi/53c7,8xx.c | phase = "DATAOUT"; |
phase | 3270 | drivers/scsi/53c7,8xx.c | phase = "MSGIN"; |
phase | 3273 | drivers/scsi/53c7,8xx.c | phase = "MSGOUT"; |
phase | 3276 | drivers/scsi/53c7,8xx.c | phase = "CMDOUT"; |
phase | 3279 | drivers/scsi/53c7,8xx.c | phase = "STATUSIN"; |
phase | 3282 | drivers/scsi/53c7,8xx.c | phase = "unknown"; |
phase | 3353 | drivers/scsi/53c7,8xx.c | host->host_no, phase); |
phase | 3361 | drivers/scsi/53c7,8xx.c | host->host_no, phase, (unsigned) dsp); |
phase | 1166 | drivers/scsi/NCR5380.c | unsigned char tmp[3], phase; |
phase | 1418 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 1419 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 1462 | drivers/scsi/NCR5380.c | unsigned char *phase, int *count, unsigned char **data) { |
phase | 1464 | drivers/scsi/NCR5380.c | register unsigned char p = *phase, tmp; |
phase | 1570 | drivers/scsi/NCR5380.c | *phase = tmp & PHASE_MASK; |
phase | 1572 | drivers/scsi/NCR5380.c | *phase = PHASE_UNKNOWN; |
phase | 1574 | drivers/scsi/NCR5380.c | if (!c || (*phase == p)) |
phase | 1602 | drivers/scsi/NCR5380.c | unsigned char *phase, int *count, unsigned char **data) { |
phase | 1605 | drivers/scsi/NCR5380.c | register unsigned char p = *phase; |
phase | 1620 | drivers/scsi/NCR5380.c | *phase = tmp; |
phase | 1763 | drivers/scsi/NCR5380.c | *phase = NCR5380_read(STATUS_REG) & PHASE_MASK; |
phase | 1766 | drivers/scsi/NCR5380.c | if (*phase == p && (p & SR_IO) && residue == 0) { |
phase | 1782 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, phase, &cnt, data); |
phase | 1880 | drivers/scsi/NCR5380.c | *phase = (NCR5380_read(STATUS_REG & PHASE_MASK)); |
phase | 1914 | drivers/scsi/NCR5380.c | unsigned char phase, tmp, extended_msg[10], old_phase=0xff; |
phase | 1922 | drivers/scsi/NCR5380.c | phase = (tmp & PHASE_MASK); |
phase | 1923 | drivers/scsi/NCR5380.c | if (phase != old_phase) { |
phase | 1924 | drivers/scsi/NCR5380.c | old_phase = phase; |
phase | 1930 | drivers/scsi/NCR5380.c | if (sink && (phase != PHASE_MSGOUT)) { |
phase | 1942 | drivers/scsi/NCR5380.c | switch (phase) { |
phase | 1991 | drivers/scsi/NCR5380.c | if (NCR5380_transfer_dma(instance, &phase, |
phase | 2009 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, |
phase | 2016 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2220 | drivers/scsi/NCR5380.c | phase = PHASE_MSGIN; |
phase | 2221 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2235 | drivers/scsi/NCR5380.c | phase = PHASE_MSGIN; |
phase | 2237 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2288 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2307 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, |
phase | 2324 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2368 | drivers/scsi/NCR5380.c | unsigned char lun, phase; |
phase | 2415 | drivers/scsi/NCR5380.c | phase = PHASE_MSGIN; |
phase | 2416 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2480 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 2482 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2532 | drivers/scsi/NCR5380.c | if (!(hostdata->connected->SCp.phase & SR_CD)) { |
phase | 2566 | drivers/scsi/NCR5380.c | unsigned char msg, phase, *msgptr; |
phase | 2699 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 2701 | 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 | 722 | drivers/scsi/aha152x.c | SCpnt->SCp.phase = not_issued; |
phase | 853 | drivers/scsi/aha152x.c | ptr->SCp.phase = in_selection|aborted; |
phase | 1084 | drivers/scsi/aha152x.c | int done=0, phase; |
phase | 1107 | drivers/scsi/aha152x.c | ( !current_SC || ( current_SC->SCp.phase & in_selection ) ) |
phase | 1193 | drivers/scsi/aha152x.c | current_SC->SCp.phase &= ~disconnected; |
phase | 1221 | drivers/scsi/aha152x.c | current_SC->SCp.phase = in_selection; |
phase | 1257 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & in_selection) |
phase | 1282 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1299 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1303 | drivers/scsi/aha152x.c | current_SC->SCp.phase &= ~in_selection; |
phase | 1304 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= in_other; |
phase | 1337 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1357 | drivers/scsi/aha152x.c | phase = getphase(); |
phase | 1358 | drivers/scsi/aha152x.c | if(!(phase & ~P_MASK)) /* "real" phase */ |
phase | 1359 | drivers/scsi/aha152x.c | SETPORT(SCSISIG, phase); |
phase | 1361 | drivers/scsi/aha152x.c | current_SC->SCp.phase = |
phase | 1362 | drivers/scsi/aha152x.c | (current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 ); |
phase | 1365 | drivers/scsi/aha152x.c | switch( phase ) |
phase | 1375 | drivers/scsi/aha152x.c | if( current_SC->SCp.phase & aborted ) |
phase | 1386 | drivers/scsi/aha152x.c | if( !(current_SC->SCp.phase & sent_ident)) |
phase | 1423 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= sent_ident; |
phase | 1431 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 1522 | drivers/scsi/aha152x.c | while( phase == P_MSGI ) |
phase | 1532 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= disconnected; |
phase | 1647 | drivers/scsi/aha152x.c | phase=getphase(); |
phase | 1651 | drivers/scsi/aha152x.c | if(phase==P_BUSFREE) |
phase | 1654 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & disconnected) |
phase | 2000 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 2012 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 2051 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= 1<<16 ; |
phase | 2339 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & not_issued ) printk("not issued|"); |
phase | 2340 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & in_selection ) printk("in selection|"); |
phase | 2341 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & disconnected ) printk("disconnected|"); |
phase | 2342 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & aborted ) printk("aborted|"); |
phase | 2343 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & sent_ident ) printk("send_ident|"); |
phase | 2344 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & in_other ) |
phase | 2347 | drivers/scsi/aha152x.c | switch( (ptr->SCp.phase >> 16) & P_MASK ) |
phase | 2372 | drivers/scsi/aha152x.c | if(ptr->SCp.phase & (1<<16)) |
phase | 877 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & aborted) { |
phase | 889 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & in_arbitration) { |
phase | 898 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_selection; |
phase | 911 | drivers/scsi/fdomain.c | } else if (current_SC->SCp.phase & in_selection) { |
phase | 929 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_other; |
phase | 1269 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & disconnect) { |
phase | 1320 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_arbitration; |
phase | 1365 | drivers/scsi/fdomain.c | switch (SCpnt->SCp.phase) { |
phase | 1373 | drivers/scsi/fdomain.c | SCpnt->SCp.phase, |
phase | 1443 | drivers/scsi/fdomain.c | current_SC->SCp.phase |= aborted; |
phase | 416 | drivers/scsi/scsi.h | volatile int phase; |
phase | 604 | drivers/scsi/seagate.c | int phase=0, newphase; |
phase | 988 | drivers/scsi/seagate.c | if ((newphase = (status_read & REQ_MASK)) != phase) |
phase | 990 | drivers/scsi/seagate.c | phase = newphase; |
phase | 991 | drivers/scsi/seagate.c | switch (phase) |
phase | 383 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 393 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 403 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 414 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 425 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 442 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 450 | drivers/scsi/wd7000.c | volatile unchar phase; /* used by interrupt handler */ |
phase | 795 | drivers/scsi/wd7000.c | SCpnt->SCp.phase = 0; |
phase | 872 | drivers/scsi/wd7000.c | if (--(SCpnt->SCp.phase) <= 0) { /* all scbs are done */ |
phase | 885 | drivers/scsi/wd7000.c | icb->phase = 0; |
phase | 907 | drivers/scsi/wd7000.c | SCpnt->SCp.phase = 1; |
phase | 952 | drivers/scsi/wd7000.c | while (SCpnt->SCp.phase > 0); /* phase counts scbs down to 0 */ |
phase | 967 | drivers/scsi/wd7000.c | icb.phase = 1; |
phase | 975 | drivers/scsi/wd7000.c | while (icb.phase && jiffies < timeout) /* wait for completion */; |
phase | 977 | drivers/scsi/wd7000.c | if (icb.phase) { |
phase | 1078 | drivers/scsi/wd7000.c | icb.phase = 1; |
phase | 1086 | 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]; |