tag | line | file | source code |
phase | 3311 | drivers/scsi/53c7,8xx.c | char *phase; |
phase | 3347 | drivers/scsi/53c7,8xx.c | phase = "DATAIN"; |
phase | 3350 | drivers/scsi/53c7,8xx.c | phase = "DATAOUT"; |
phase | 3353 | drivers/scsi/53c7,8xx.c | phase = "MSGIN"; |
phase | 3356 | drivers/scsi/53c7,8xx.c | phase = "MSGOUT"; |
phase | 3359 | drivers/scsi/53c7,8xx.c | phase = "CMDOUT"; |
phase | 3362 | drivers/scsi/53c7,8xx.c | phase = "STATUSIN"; |
phase | 3365 | drivers/scsi/53c7,8xx.c | phase = "unknown"; |
phase | 3436 | drivers/scsi/53c7,8xx.c | host->host_no, phase); |
phase | 3444 | drivers/scsi/53c7,8xx.c | host->host_no, phase, (unsigned) dsp); |
phase | 1170 | drivers/scsi/NCR5380.c | unsigned char tmp[3], phase; |
phase | 1422 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 1423 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 1466 | drivers/scsi/NCR5380.c | unsigned char *phase, int *count, unsigned char **data) { |
phase | 1468 | drivers/scsi/NCR5380.c | register unsigned char p = *phase, tmp; |
phase | 1574 | drivers/scsi/NCR5380.c | *phase = tmp & PHASE_MASK; |
phase | 1576 | drivers/scsi/NCR5380.c | *phase = PHASE_UNKNOWN; |
phase | 1578 | drivers/scsi/NCR5380.c | if (!c || (*phase == p)) |
phase | 1606 | drivers/scsi/NCR5380.c | unsigned char *phase, int *count, unsigned char **data) { |
phase | 1609 | drivers/scsi/NCR5380.c | register unsigned char p = *phase; |
phase | 1624 | drivers/scsi/NCR5380.c | *phase = tmp; |
phase | 1767 | drivers/scsi/NCR5380.c | *phase = NCR5380_read(STATUS_REG) & PHASE_MASK; |
phase | 1770 | drivers/scsi/NCR5380.c | if (*phase == p && (p & SR_IO) && residue == 0) { |
phase | 1786 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, phase, &cnt, data); |
phase | 1884 | drivers/scsi/NCR5380.c | *phase = (NCR5380_read(STATUS_REG & PHASE_MASK)); |
phase | 1921 | drivers/scsi/NCR5380.c | unsigned char phase, tmp, extended_msg[10], old_phase=0xff; |
phase | 1929 | drivers/scsi/NCR5380.c | phase = (tmp & PHASE_MASK); |
phase | 1930 | drivers/scsi/NCR5380.c | if (phase != old_phase) { |
phase | 1931 | drivers/scsi/NCR5380.c | old_phase = phase; |
phase | 1937 | drivers/scsi/NCR5380.c | if (sink && (phase != PHASE_MSGOUT)) { |
phase | 1949 | drivers/scsi/NCR5380.c | switch (phase) { |
phase | 2004 | drivers/scsi/NCR5380.c | if (NCR5380_transfer_dma(instance, &phase, |
phase | 2022 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, |
phase | 2029 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2233 | drivers/scsi/NCR5380.c | phase = PHASE_MSGIN; |
phase | 2234 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2248 | drivers/scsi/NCR5380.c | phase = PHASE_MSGIN; |
phase | 2250 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2301 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2320 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, |
phase | 2337 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2381 | drivers/scsi/NCR5380.c | unsigned char lun, phase; |
phase | 2428 | drivers/scsi/NCR5380.c | phase = PHASE_MSGIN; |
phase | 2429 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2493 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 2495 | drivers/scsi/NCR5380.c | NCR5380_transfer_pio(instance, &phase, &len, &data); |
phase | 2545 | drivers/scsi/NCR5380.c | if (!(hostdata->connected->SCp.phase & SR_CD)) { |
phase | 2579 | drivers/scsi/NCR5380.c | unsigned char msg, phase, *msgptr; |
phase | 2712 | drivers/scsi/NCR5380.c | phase = PHASE_MSGOUT; |
phase | 2714 | 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 | 484 | drivers/scsi/aha152x.c | int phase, sstat1; |
phase | 505 | drivers/scsi/aha152x.c | phase = GETPORT( SCSISIG ) & P_MASK ; |
phase | 509 | drivers/scsi/aha152x.c | if( (phase & (CDO|MSGO))==0 ) /* DATA phase */ |
phase | 515 | drivers/scsi/aha152x.c | return phase; |
phase | 809 | drivers/scsi/aha152x.c | SCpnt->SCp.phase = not_issued; |
phase | 952 | drivers/scsi/aha152x.c | ptr->SCp.phase = in_selection|aborted; |
phase | 1215 | drivers/scsi/aha152x.c | int done=0, phase; |
phase | 1239 | drivers/scsi/aha152x.c | ( !current_SC || ( current_SC->SCp.phase & in_selection ) ) |
phase | 1333 | drivers/scsi/aha152x.c | current_SC->SCp.phase &= ~disconnected; |
phase | 1364 | drivers/scsi/aha152x.c | current_SC->SCp.phase = in_selection; |
phase | 1402 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & in_selection) |
phase | 1427 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1445 | drivers/scsi/aha152x.c | if((aha152x_debug & debug_abort) && (current_SC->SCp.phase & aborted)) |
phase | 1449 | drivers/scsi/aha152x.c | current_SC->SCp.phase &= ~in_selection; |
phase | 1450 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= in_other; |
phase | 1484 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & aborted) |
phase | 1505 | drivers/scsi/aha152x.c | phase = getphase(); |
phase | 1506 | drivers/scsi/aha152x.c | if(!(phase & ~P_MASK)) /* "real" phase */ |
phase | 1507 | drivers/scsi/aha152x.c | SETPORT(SCSISIG, phase); |
phase | 1509 | drivers/scsi/aha152x.c | current_SC->SCp.phase = |
phase | 1510 | drivers/scsi/aha152x.c | (current_SC->SCp.phase & ~((P_MASK|1)<<16)) | (phase << 16 ); |
phase | 1513 | drivers/scsi/aha152x.c | switch( phase ) |
phase | 1524 | drivers/scsi/aha152x.c | if( current_SC->SCp.phase & aborted ) |
phase | 1536 | drivers/scsi/aha152x.c | if( !(current_SC->SCp.phase & sent_ident)) |
phase | 1575 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= sent_ident; |
phase | 1583 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 1697 | drivers/scsi/aha152x.c | while( phase == P_MSGI ) |
phase | 1708 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= disconnected; |
phase | 1832 | drivers/scsi/aha152x.c | phase=getphase(); |
phase | 1836 | drivers/scsi/aha152x.c | if(phase==P_BUSFREE) |
phase | 1839 | drivers/scsi/aha152x.c | if(current_SC->SCp.phase & disconnected) |
phase | 2205 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 2217 | drivers/scsi/aha152x.c | current_SC->SCp.phase = (current_SC->SCp.phase & ~(P_MASK<<16)); |
phase | 2257 | drivers/scsi/aha152x.c | current_SC->SCp.phase |= 1<<16 ; |
phase | 2554 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & not_issued ) printk("not issued|"); |
phase | 2555 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & in_selection ) printk("in selection|"); |
phase | 2556 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & disconnected ) printk("disconnected|"); |
phase | 2557 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & aborted ) printk("aborted|"); |
phase | 2558 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & sent_ident ) printk("send_ident|"); |
phase | 2559 | drivers/scsi/aha152x.c | if( ptr->SCp.phase & in_other ) |
phase | 2562 | drivers/scsi/aha152x.c | switch( (ptr->SCp.phase >> 16) & P_MASK ) |
phase | 2587 | drivers/scsi/aha152x.c | if(ptr->SCp.phase & (1<<16)) |
phase | 945 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & aborted) { |
phase | 957 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & in_arbitration) { |
phase | 966 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_selection; |
phase | 979 | drivers/scsi/fdomain.c | } else if (current_SC->SCp.phase & in_selection) { |
phase | 997 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_other; |
phase | 1336 | drivers/scsi/fdomain.c | if (current_SC->SCp.phase & disconnect) { |
phase | 1387 | drivers/scsi/fdomain.c | current_SC->SCp.phase = in_arbitration; |
phase | 1437 | drivers/scsi/fdomain.c | switch (SCpnt->SCp.phase) { |
phase | 1445 | drivers/scsi/fdomain.c | SCpnt->SCp.phase, |
phase | 1517 | drivers/scsi/fdomain.c | current_SC->SCp.phase |= aborted; |
phase | 190 | drivers/scsi/qlogic.c | static int ql_pdma(int phase, char *request, int reqlen) |
phase | 194 | drivers/scsi/qlogic.c | if (phase & 1) { /* in */ |
phase | 341 | drivers/scsi/qlogic.c | unsigned int phase; /* recorded scsi phase */ |
phase | 374 | drivers/scsi/qlogic.c | if (reqlen && !((phase = inb(qbase + 4)) & 6)) { /* data phase */ |
phase | 383 | drivers/scsi/qlogic.c | ql_pdma(phase, cmd->request_buffer, cmd->request_bufflen); |
phase | 392 | drivers/scsi/qlogic.c | if (ql_pdma(phase, sglist->address, sglist->length)) |
phase | 440 | drivers/scsi/scsi.h | volatile int phase; |
phase | 604 | drivers/scsi/seagate.c | int phase=0, newphase; |
phase | 990 | drivers/scsi/seagate.c | if ((newphase = (status_read & REQ_MASK)) != phase) |
phase | 992 | drivers/scsi/seagate.c | phase = newphase; |
phase | 993 | 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 | 864 | drivers/scsi/wd7000.c | if (--(SCpnt->SCp.phase) <= 0) { /* all scbs are done */ |
phase | 877 | drivers/scsi/wd7000.c | icb->phase = 0; |
phase | 899 | drivers/scsi/wd7000.c | SCpnt->SCp.phase = 1; |
phase | 944 | drivers/scsi/wd7000.c | while (SCpnt->SCp.phase > 0) barrier(); /* phase counts scbs down to 0 */ |
phase | 959 | drivers/scsi/wd7000.c | icb.phase = 1; |
phase | 967 | drivers/scsi/wd7000.c | while (icb.phase && jiffies < timeout) |
phase | 970 | drivers/scsi/wd7000.c | if (icb.phase) { |
phase | 1070 | drivers/scsi/wd7000.c | icb.phase = 1; |
phase | 1078 | drivers/scsi/wd7000.c | while (icb.phase) |
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]; |