Searched refs:PHASE_MASK (Results 1 – 18 of 18) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | NCR5380.c | 468 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase() 1807 if ((tmp & PHASE_MASK) != p) { in NCR5380_transfer_pio() 1871 *phase = tmp & PHASE_MASK; in NCR5380_transfer_pio() 1895 NCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(NCR5380_read(STATUS_REG) & PHASE_MASK)); in do_reset() 1936 if ((tmp & PHASE_MASK) != PHASE_MSGOUT) { in do_abort() 1993 if ((tmp = (NCR5380_read(STATUS_REG) & PHASE_MASK)) != p) { in NCR5380_transfer_dma() 2116 *phase = NCR5380_read(STATUS_REG) & PHASE_MASK; in NCR5380_transfer_dma() 2228 *phase = NCR5380_read(STATUS_REG) & PHASE_MASK; in NCR5380_transfer_dma() 2277 phase = (tmp & PHASE_MASK);
|
D | mac_NCR5380.c | 634 (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase() 1252 if ((NCR5380_read(STATUS_REG) & PHASE_MASK) == p && (p & SR_IO)) { in NCR5380_dma_complete() 1769 if ((tmp & PHASE_MASK) != p) { in NCR5380_transfer_pio() 1841 *phase = tmp & PHASE_MASK; in NCR5380_transfer_pio() 1882 if ((tmp & PHASE_MASK) != PHASE_MSGOUT) { in do_abort() 1937 if ((tmp = (NCR5380_read(STATUS_REG) & PHASE_MASK)) != p) { in NCR5380_transfer_dma() 2121 *phase = NCR5380_read(STATUS_REG) & PHASE_MASK; in NCR5380_transfer_dma() 2169 phase = (tmp & PHASE_MASK); in NCR5380_information_transfer()
|
D | atari_NCR5380.c | 611 (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase() 1248 if ((NCR5380_read(STATUS_REG) & PHASE_MASK) == p && (p & SR_IO)) { in NCR5380_dma_complete() 1765 if ((tmp & PHASE_MASK) != p) { in NCR5380_transfer_pio() 1837 *phase = tmp & PHASE_MASK; in NCR5380_transfer_pio() 1878 if ((tmp & PHASE_MASK) != PHASE_MSGOUT) { in do_abort() 1931 if ((tmp = (NCR5380_read(STATUS_REG) & PHASE_MASK)) != p) { in NCR5380_transfer_dma() 2019 phase = (tmp & PHASE_MASK); in NCR5380_information_transfer()
|
D | NCR5380.h | 193 #define PHASE_MASK (SR_MSG | SR_CD | SR_IO) macro
|
D | sun3_NCR5380.c | 619 (phases[i].value != (status & PHASE_MASK)); ++i); in NCR5380_print_phase() 1757 if ((tmp & PHASE_MASK) != p) { in NCR5380_transfer_pio() 1829 *phase = tmp & PHASE_MASK; in NCR5380_transfer_pio() 1870 if ((tmp & PHASE_MASK) != PHASE_MSGOUT) { in do_abort() 2003 phase = (tmp & PHASE_MASK); in NCR5380_information_transfer()
|
D | g_NCR5380.c | 854 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in generic_NCR5380_proc_info()
|
D | aic7xxx_old.c | 6060 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK) != P_MESGOUT; in aic7xxx_handle_reqinit() 6111 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK ) != P_MESGIN; in aic7xxx_handle_reqinit() 6799 if ( ((aic_inb(p, LASTPHASE) & PHASE_MASK) != P_BUSFREE) && in aic7xxx_handle_command_completion_intr()
|
/linux-2.4.37.9/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;
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 120 mask PHASE_MASK CDI|IOI|MSGI 151 mask PHASE_MASK CDI|IOI|MSGI 1370 mask PHASE_MASK CDI|IOI|MSGI
|
D | aic7xxx_core.c | 676 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 751 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 1047 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint() 2556 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation() 2647 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_message_phase()
|
D | aic7xxx_reg.h | 1336 #define PHASE_MASK 0xe0 macro
|
D | aic79xx.reg | 1665 enum PHASE_MASK CDO|IOO|MSGO { 1692 enum PHASE_MASK CDO|IOO|MSGO { 3609 enum PHASE_MASK CDO|IOO|MSGO {
|
D | aic7xxx.seq | 1986 and LASTPHASE, PHASE_MASK, SCSISIGI; 2118 and SCSISIGO, PHASE_MASK, SCSISIGI; 2120 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
|
D | aic79xx_core.c | 664 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 842 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_seqint() 1436 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error() 2015 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
|
D | aic79xx.seq | 1211 and LASTPHASE, PHASE_MASK, SCSISIGI ret; 1238 and LASTPHASE, PHASE_MASK, SCSISIGI;
|
D | aic79xx_reg.h | 3561 #define PHASE_MASK 0xe0 macro
|