tag | line | file | source code |
phase | 1083 | drivers/scsi/NCR5380.c | unsigned char tmp[3], phase; |
phase | 1283 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 1284 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 1326 | drivers/scsi/NCR5380.c | unsigned char *phase, int *count, unsigned char **data) { |
phase | 1328 | drivers/scsi/NCR5380.c | register unsigned char p = *phase, tmp; |
phase | 1421 | drivers/scsi/NCR5380.c | *phase = tmp & PHASE_MASK; |
phase | 1423 | drivers/scsi/NCR5380.c | *phase = PHASE_UNKNOWN; |
phase | 1425 | drivers/scsi/NCR5380.c | if (!c || (*phase == p)) |
phase | 1453 | drivers/scsi/NCR5380.c | unsigned char *phase, int *count, unsigned char **data) { |
phase | 1456 | drivers/scsi/NCR5380.c | register unsigned char p = *phase; |
phase | 1471 | drivers/scsi/NCR5380.c | *phase = tmp; |
phase | 1593 | drivers/scsi/NCR5380.c | *phase = NCR5380_read(STATUS_REG) & PHASE_MASK; |
phase | 1596 | drivers/scsi/NCR5380.c | if (*phase == p && (p & SR_IO) && residue == 0) { |
phase | 1612 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, phase, &cnt, data); |
phase | 1710 | drivers/scsi/NCR5380.c | *phase = (NCR5380_read(STATUS_REG & PHASE_MASK)); |
phase | 1743 | drivers/scsi/NCR5380.c | unsigned char phase, tmp, old_phase=0xff; |
phase | 1751 | drivers/scsi/NCR5380.c | phase = (tmp & PHASE_MASK); |
phase | 1752 | drivers/scsi/NCR5380.c | if (phase != old_phase) { |
phase | 1753 | drivers/scsi/NCR5380.c | old_phase = phase; |
phase | 1758 | drivers/scsi/NCR5380.c | switch (phase) { |
phase | 1806 | drivers/scsi/NCR5380.c | if (NCR5380_transfer_dma(instance, &phase, |
phase | 1822 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, |
phase | 1835 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2017 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2036 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, |
phase | 2053 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2097 | drivers/scsi/NCR5380.c | unsigned char lun, phase; |
phase | 2136 | drivers/scsi/NCR5380.c | phase = PHASE_MSGIN; |
phase | 2137 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2208 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 2210 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2260 | drivers/scsi/NCR5380.c | if (!(hostdata->connected->SCp.phase & SR_CD)) { |
phase | 2294 | drivers/scsi/NCR5380.c | unsigned char msg, phase, *msgptr; |
phase | 2388 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 2390 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio (instance, &phase, &len, &msgptr); |
phase | 184 | drivers/scsi/NCR5380.h | #define PHASE_SR_TO_TCR(phase) ((phase) >> 2) |
phase | 267 | drivers/scsi/NCR5380.h | unsigned char *phase, int *count, unsigned char **data); |
phase | 270 | drivers/scsi/NCR5380.h | unsigned char *phase, int *count, unsigned char **data); |
phase | 422 | drivers/scsi/aha152x.c | int phase, sstat1; |
phase | 443 | drivers/scsi/aha152x.c | phase = GETPORT( SCSISIG ) & P_MASK ; |
phase | 447 | drivers/scsi/aha152x.c | if( (phase & (CDO|MSGO))==0 ) /* DATA phase */ |
phase | 453 | drivers/scsi/aha152x.c | return phase; |
phase | 728 | drivers/scsi/aha152x.c | SCpnt->SCp.phase = not_issued; |
phase | 844 | drivers/scsi/aha152x.c | ptr->SCp.phase = in_selection|aborted; |
phase | 1053 | drivers/scsi/aha152x.c | int done=0, phase; |
phase | 1076 | drivers/scsi/aha152x.c | ( !current_SC || ( current_SC->SCp.phase & in_selection ) ) |
phase | 1162 | drivers/scsi/aha152x.c | current_SC->SCp.phase &= ~disconnected; |
phase | 1190 | drivers/scsi/aha152x.c | current_SC->SCp.phase = in_selection; |
phase | 1226 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & in_selection) |
phase | 1251 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1268 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1272 | drivers/scsi/aha152x.c | current_SC->SCp.phase &= ~in_selection; |
phase | 1273 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= in_other; |
phase | 1306 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1326 | drivers/scsi/aha152x.c | phase = getphase(); |
phase | 1327 | drivers/scsi/aha152x.c | if(!(phase & ~P_MASK)) /* "real" phase */ |
phase | 1328 | drivers/scsi/aha152x.c | SETPORT(SCSISIG, phase); |
phase | 1330 | drivers/scsi/aha152x.c | current_SC->SCp.phase = |
phase | 1331 | drivers/scsi/aha152x.c | (current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 ); |
phase | 1334 | drivers/scsi/aha152x.c | switch( phase ) |
phase | 1344 | drivers/scsi/aha152x.c | if( current_SC->SCp.phase & aborted ) |
phase | 1355 | drivers/scsi/aha152x.c | if( !(current_SC->SCp.phase & sent_ident)) |
phase | 1392 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= sent_ident; |
phase | 1400 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 1491 | drivers/scsi/aha152x.c | while( phase == P_MSGI ) |
phase | 1501 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= disconnected; |
phase | 1616 | drivers/scsi/aha152x.c | phase=getphase(); |
phase | 1620 | drivers/scsi/aha152x.c | if(phase==P_BUSFREE) |
phase | 1623 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & disconnected) |
phase | 1969 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 1981 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 2020 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= 1<<16 ; |
phase | 2308 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & not_issued ) printk("not issued|"); |
phase | 2309 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & in_selection ) printk("in selection|"); |
phase | 2310 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & disconnected ) printk("disconnected|"); |
phase | 2311 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & aborted ) printk("aborted|"); |
phase | 2312 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & sent_ident ) printk("send_ident|"); |
phase | 2313 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & in_other ) |
phase | 2316 | drivers/scsi/aha152x.c | switch( (ptr->SCp.phase >> 16) & P_MASK ) |
phase | 2341 | drivers/scsi/aha152x.c | if(ptr->SCp.phase & (1<<16)) |
phase | 852 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & aborted) { |
phase | 864 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & in_arbitration) { |
phase | 873 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_selection; |
phase | 886 | drivers/scsi/fdomain.c | } else if (current_SC->SCp.phase & in_selection) { |
phase | 904 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_other; |
phase | 1244 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & disconnect) { |
phase | 1295 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_arbitration; |
phase | 1340 | drivers/scsi/fdomain.c | switch (SCpnt->SCp.phase) { |
phase | 1348 | drivers/scsi/fdomain.c | SCpnt->SCp.phase, |
phase | 1418 | drivers/scsi/fdomain.c | current_SC->SCp.phase |= aborted; |
phase | 396 | 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 | 592 | drivers/sound/gus_wave.c | unsigned vol, prev_vol, phase; |
phase | 618 | drivers/sound/gus_wave.c | phase = ++voices[voice].env_phase; |
phase | 620 | drivers/sound/gus_wave.c | vol = voices[voice].initial_volume * voices[voice].env_offset[phase] / 255; |
phase | 621 | drivers/sound/gus_wave.c | rate = voices[voice].env_rate[phase]; |