Searched refs:curphase (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/scsi/aic7xxx/ |
| D | aic7xxx_core.c | 1318 u_int curphase; in ahc_handle_seqint() local 1326 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint() 1327 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint() 1328 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint() 1613 u_int curphase; in ahc_handle_scsiint() local 1622 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint() 1637 || curphase == P_DATAIN || curphase == P_DATAIN_DT) in ahc_handle_scsiint() 1638 errorphase = curphase; in ahc_handle_scsiint() 3137 u_int curphase; in ahc_handle_proto_violation() local 3145 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation() [all …]
|
| D | aic79xx_core.c | 2674 u_int curphase; in ahd_handle_transmission_error() local 2705 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error() 2729 ahd_scsisigi_print(curphase, &cur_col, 50); in ahd_handle_transmission_error() 2826 if ((curphase & ~P_DATAIN_DT) != 0) { in ahd_handle_transmission_error() 2830 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_transmission_error() 2834 if (curphase == P_MESGIN) in ahd_handle_transmission_error() 3321 u_int curphase; in ahd_handle_proto_violation() local 3329 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation() 3405 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_proto_violation()
|