Searched refs:PHASE_MASK (Results 1 – 19 of 19) sorted by relevance
/linux-2.6.39/drivers/scsi/ |
D | NCR5380.c | 470 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase() 1633 if ((tmp & PHASE_MASK) != p) { in NCR5380_transfer_pio() 1697 *phase = tmp & PHASE_MASK; in NCR5380_transfer_pio() 1721 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(NCR5380_read(STATUS_REG) & PHASE_MASK)); in do_reset() 1769 if ((tmp & PHASE_MASK) != PHASE_MSGOUT) { in do_abort() 1828 if ((tmp = (NCR5380_read(STATUS_REG) & PHASE_MASK)) != p) { in NCR5380_transfer_dma() 1953 *phase = NCR5380_read(STATUS_REG) & PHASE_MASK; in NCR5380_transfer_dma() 2065 *phase = NCR5380_read(STATUS_REG) & PHASE_MASK; in NCR5380_transfer_dma() 2114 phase = (tmp & PHASE_MASK);
|
D | atari_NCR5380.c | 623 (phases[i].value != (status & PHASE_MASK)); ++i) in NCR5380_print_phase() 1250 if ((NCR5380_read(STATUS_REG) & PHASE_MASK) == p && (p & SR_IO)) { in NCR5380_dma_complete() 1764 if ((tmp & PHASE_MASK) != p) { in NCR5380_transfer_pio() 1837 *phase = tmp & PHASE_MASK; in NCR5380_transfer_pio() 1879 if ((tmp & PHASE_MASK) != PHASE_MSGOUT) { in do_abort() 1933 if ((tmp = (NCR5380_read(STATUS_REG) & PHASE_MASK)) != p) { in NCR5380_transfer_dma() 2018 phase = (tmp & PHASE_MASK); in NCR5380_information_transfer()
|
D | NCR5380.h | 199 #define PHASE_MASK (SR_MSG | SR_CD | SR_IO) macro
|
D | sun3_NCR5380.c | 622 (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase() 1760 if ((tmp & PHASE_MASK) != p) { in NCR5380_transfer_pio() 1832 *phase = tmp & PHASE_MASK; in NCR5380_transfer_pio() 1873 if ((tmp & PHASE_MASK) != PHASE_MSGOUT) { in do_abort() 2005 phase = (tmp & PHASE_MASK); in NCR5380_information_transfer()
|
D | g_NCR5380.c | 883 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in generic_NCR5380_proc_info()
|
D | aic7xxx_old.c | 5539 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK) != P_MESGOUT; in aic7xxx_handle_reqinit() 5590 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK ) != P_MESGIN; in aic7xxx_handle_reqinit() 6280 if ( ((aic_inb(p, LASTPHASE) & PHASE_MASK) != P_BUSFREE) && in aic7xxx_handle_command_completion_intr()
|
/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 62 { "PHASE_MASK", 0xe0, 0xe0 }, 247 { "PHASE_MASK", 0xe0, 0xe0 },
|
D | aic79xx_reg_print.c_shipped | 191 { "PHASE_MASK", 0xe0, 0xe0 } 673 { "PHASE_MASK", 0xe0, 0xe0 }
|
D | aic7xxx.reg | 132 mask PHASE_MASK CDI|IOI|MSGI 163 mask PHASE_MASK CDI|IOI|MSGI 1508 mask PHASE_MASK CDI|IOI|MSGI
|
D | aic7xxx_reg.h_shipped | 460 #define PHASE_MASK 0xe0
|
D | aic7xxx_core.c | 1257 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 1333 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 1629 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint() 3152 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation() 3243 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_message_phase()
|
D | aic79xx.reg | 1747 enum PHASE_MASK CDO|IOO|MSGO { 1778 enum PHASE_MASK CDO|IOO|MSGO { 3867 enum PHASE_MASK CDO|IOO|MSGO {
|
D | aic7xxx.seq | 1987 and LASTPHASE, PHASE_MASK, SCSISIGI; 2119 and SCSISIGO, PHASE_MASK, SCSISIGI; 2121 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
|
D | aic79xx_core.c | 1898 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 2082 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 2711 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error() 3335 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
|
D | aic79xx.seq | 1416 and LASTPHASE, PHASE_MASK, SCSISIGI ret; 1443 and LASTPHASE, PHASE_MASK, SCSISIGI;
|
D | aic79xx_reg.h_shipped | 2464 #define PHASE_MASK 0xe0
|
/linux-2.6.39/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 251 #define PHASE_MASK 0xe0 macro
|
D | aic7xxx.reg | 114 mask PHASE_MASK CDI|IOI|MSGI 143 mask PHASE_MASK CDI|IOI|MSGI 1237 mask PHASE_MASK CDI|IOI|MSGI
|
D | aic7xxx.seq | 1067 and LASTPHASE, PHASE_MASK, SCSISIGI; 1300 and SCSISIGO, PHASE_MASK, SCSISIGI; 1301 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
|