Home
last modified time | relevance | path

Searched refs:PHASE_MASK (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DNCR5380.c468 …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);
Dmac_NCR5380.c634 (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()
Datari_NCR5380.c611 (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()
DNCR5380.h193 #define PHASE_MASK (SR_MSG | SR_CD | SR_IO) macro
Dsun3_NCR5380.c619 (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()
Dg_NCR5380.c854 …for (i = 0; (phases[i].value != PHASE_UNKNOWN) && (phases[i].value != (status & PHASE_MASK)); ++i); in generic_NCR5380_proc_info()
Daic7xxx_old.c6060 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/
Daic7xxx_reg.h251 #define PHASE_MASK 0xe0 macro
Daic7xxx.reg114 mask PHASE_MASK CDI|IOI|MSGI
143 mask PHASE_MASK CDI|IOI|MSGI
1237 mask PHASE_MASK CDI|IOI|MSGI
Daic7xxx.seq1067 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/
Daic7xxx.reg120 mask PHASE_MASK CDI|IOI|MSGI
151 mask PHASE_MASK CDI|IOI|MSGI
1370 mask PHASE_MASK CDI|IOI|MSGI
Daic7xxx_core.c676 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()
Daic7xxx_reg.h1336 #define PHASE_MASK 0xe0 macro
Daic79xx.reg1665 enum PHASE_MASK CDO|IOO|MSGO {
1692 enum PHASE_MASK CDO|IOO|MSGO {
3609 enum PHASE_MASK CDO|IOO|MSGO {
Daic7xxx.seq1986 and LASTPHASE, PHASE_MASK, SCSISIGI;
2118 and SCSISIGO, PHASE_MASK, SCSISIGI;
2120 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
Daic79xx_core.c664 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()
Daic79xx.seq1211 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
1238 and LASTPHASE, PHASE_MASK, SCSISIGI;
Daic79xx_reg.h3561 #define PHASE_MASK 0xe0 macro