tag | line | file | source code |
phase | 1007 | drivers/scsi/NCR5380.c | unsigned char tmp[3], phase; |
phase | 1207 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 1208 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 1250 | drivers/scsi/NCR5380.c | unsigned char *phase, int *count, unsigned char **data) { |
phase | 1252 | drivers/scsi/NCR5380.c | register unsigned char p = *phase, tmp; |
phase | 1345 | drivers/scsi/NCR5380.c | *phase = tmp & PHASE_MASK; |
phase | 1347 | drivers/scsi/NCR5380.c | *phase = PHASE_UNKNOWN; |
phase | 1349 | drivers/scsi/NCR5380.c | if (!c || (*phase == p)) |
phase | 1377 | drivers/scsi/NCR5380.c | unsigned char *phase, int *count, unsigned char **data) { |
phase | 1380 | drivers/scsi/NCR5380.c | register unsigned char p = *phase; |
phase | 1396 | drivers/scsi/NCR5380.c | *phase = tmp; |
phase | 1433 | drivers/scsi/NCR5380.c | *phase = (NCR5380_read(STATUS_REG & PHASE_MASK)); |
phase | 1466 | drivers/scsi/NCR5380.c | unsigned char phase, tmp, old_phase=0xff; |
phase | 1474 | drivers/scsi/NCR5380.c | phase = (tmp & PHASE_MASK); |
phase | 1475 | drivers/scsi/NCR5380.c | if (phase != old_phase) { |
phase | 1476 | drivers/scsi/NCR5380.c | old_phase = phase; |
phase | 1481 | drivers/scsi/NCR5380.c | switch (phase) { |
phase | 1523 | drivers/scsi/NCR5380.c | if (NCR5380_transfer_dma(instance, &phase, |
phase | 1539 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, |
phase | 1553 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 1715 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 1734 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, |
phase | 1751 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 1795 | drivers/scsi/NCR5380.c | unsigned char lun, phase; |
phase | 1833 | drivers/scsi/NCR5380.c | phase = PHASE_MSGIN; |
phase | 1834 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 1905 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 1907 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 1957 | drivers/scsi/NCR5380.c | if (!(hostdata->connected->SCp.phase & SR_CD)) { |
phase | 1991 | drivers/scsi/NCR5380.c | unsigned char msg, phase, *msgptr; |
phase | 2083 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 2085 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio (instance, &phase, &len, &msgptr); |
phase | 172 | drivers/scsi/NCR5380.h | #define PHASE_SR_TO_TCR(phase) ((phase) >> 2) |
phase | 250 | drivers/scsi/NCR5380.h | unsigned char *phase, int *count, unsigned char **data); |
phase | 253 | drivers/scsi/NCR5380.h | unsigned char *phase, int *count, unsigned char **data); |
phase | 419 | drivers/scsi/aha152x.c | int phase, sstat1; |
phase | 440 | drivers/scsi/aha152x.c | phase = GETPORT( SCSISIG ) & P_MASK ; |
phase | 444 | drivers/scsi/aha152x.c | if( (phase & (CDO|MSGO))==0 ) /* DATA phase */ |
phase | 450 | drivers/scsi/aha152x.c | return phase; |
phase | 733 | drivers/scsi/aha152x.c | SCpnt->SCp.phase = not_issued; |
phase | 849 | drivers/scsi/aha152x.c | ptr->SCp.phase = in_selection|aborted; |
phase | 1064 | drivers/scsi/aha152x.c | int done=0, phase; |
phase | 1087 | drivers/scsi/aha152x.c | ( !current_SC || ( current_SC->SCp.phase & in_selection ) ) |
phase | 1173 | drivers/scsi/aha152x.c | current_SC->SCp.phase &= ~disconnected; |
phase | 1201 | drivers/scsi/aha152x.c | current_SC->SCp.phase = in_selection; |
phase | 1237 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & in_selection) |
phase | 1262 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1279 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1283 | drivers/scsi/aha152x.c | current_SC->SCp.phase &= ~in_selection; |
phase | 1284 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= in_other; |
phase | 1314 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1334 | drivers/scsi/aha152x.c | phase = getphase(); |
phase | 1335 | drivers/scsi/aha152x.c | if(!(phase & ~P_MASK)) /* "real" phase */ |
phase | 1336 | drivers/scsi/aha152x.c | SETPORT(SCSISIG, phase); |
phase | 1338 | drivers/scsi/aha152x.c | current_SC->SCp.phase = |
phase | 1339 | drivers/scsi/aha152x.c | (current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 ); |
phase | 1342 | drivers/scsi/aha152x.c | switch( phase ) |
phase | 1352 | drivers/scsi/aha152x.c | if( current_SC->SCp.phase & aborted ) |
phase | 1363 | drivers/scsi/aha152x.c | if( !(current_SC->SCp.phase & sent_ident)) |
phase | 1400 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= sent_ident; |
phase | 1408 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 1499 | drivers/scsi/aha152x.c | while( phase == P_MSGI ) |
phase | 1509 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= disconnected; |
phase | 1624 | drivers/scsi/aha152x.c | phase=getphase(); |
phase | 1628 | drivers/scsi/aha152x.c | if(phase==P_BUSFREE) |
phase | 1631 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & disconnected) |
phase | 1991 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 2003 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 2042 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= 1<<16 ; |
phase | 2330 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & not_issued ) printk("not issued|"); |
phase | 2331 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & in_selection ) printk("in selection|"); |
phase | 2332 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & disconnected ) printk("disconnected|"); |
phase | 2333 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & aborted ) printk("aborted|"); |
phase | 2334 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & sent_ident ) printk("send_ident|"); |
phase | 2335 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & in_other ) |
phase | 2338 | drivers/scsi/aha152x.c | switch( (ptr->SCp.phase >> 16) & P_MASK ) |
phase | 2363 | drivers/scsi/aha152x.c | if(ptr->SCp.phase & (1<<16)) |
phase | 814 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & aborted) { |
phase | 826 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & in_arbitration) { |
phase | 835 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_selection; |
phase | 848 | drivers/scsi/fdomain.c | } else if (current_SC->SCp.phase & in_selection) { |
phase | 866 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_other; |
phase | 1206 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & disconnect) { |
phase | 1257 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_arbitration; |
phase | 1302 | drivers/scsi/fdomain.c | switch (SCpnt->SCp.phase) { |
phase | 1310 | drivers/scsi/fdomain.c | SCpnt->SCp.phase, |
phase | 1385 | drivers/scsi/fdomain.c | current_SC->SCp.phase |= aborted; |
phase | 334 | 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 | 288 | drivers/scsi/wd7000.c | SCpnt->SCp.phase = 0; |
phase | 329 | drivers/scsi/wd7000.c | if (--(SCpnt->SCp.phase) <= 0) { /* all scbs for SCpnt are done */ |
phase | 365 | drivers/scsi/wd7000.c | SCpnt->SCp.phase = 1; |
phase | 423 | drivers/scsi/wd7000.c | while (SCpnt->SCp.phase > 0); /* phase counts scbs down to 0 */ |
phase | 468 | drivers/sound/gus_wave.c | unsigned vol, prev_vol, phase; |
phase | 489 | drivers/sound/gus_wave.c | phase = ++voices[voice].env_phase; |
phase | 493 | drivers/sound/gus_wave.c | vol = voices[voice].initial_volume * voices[voice].env_offset[phase] / 255; |
phase | 494 | drivers/sound/gus_wave.c | rate = voices[voice].env_rate[phase]; |