Searched refs:curphase (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 1325 u_int curphase; ahc_handle_seqint() local 1333 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; ahc_handle_seqint() 1334 ahc_outb(ahc, LASTPHASE, curphase); ahc_handle_seqint() 1335 ahc_outb(ahc, SCSISIGO, curphase); ahc_handle_seqint() 1620 u_int curphase; ahc_handle_scsiint() local 1629 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; ahc_handle_scsiint() 1641 * curphase and lastphase. ahc_handle_scsiint() 1644 || curphase == P_DATAIN || curphase == P_DATAIN_DT) ahc_handle_scsiint() 1645 errorphase = curphase; ahc_handle_scsiint() 3144 u_int curphase; ahc_handle_proto_violation() local 3152 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; ahc_handle_proto_violation() 3227 ahc_lookup_phase_entry(curphase)->phasemsg); ahc_handle_proto_violation()
|
H A D | aic79xx_core.c | 2680 u_int curphase; ahd_handle_transmission_error() local 2711 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; ahd_handle_transmission_error() 2735 ahd_scsisigi_print(curphase, &cur_col, 50); ahd_handle_transmission_error() 2832 if ((curphase & ~P_DATAIN_DT) != 0) { ahd_handle_transmission_error() 2836 ahd_lookup_phase_entry(curphase)->phasemsg); ahd_handle_transmission_error() 2840 if (curphase == P_MESGIN) ahd_handle_transmission_error() 3327 u_int curphase; ahd_handle_proto_violation() local 3335 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; ahd_handle_proto_violation() 3411 ahd_lookup_phase_entry(curphase)->phasemsg); ahd_handle_proto_violation()
|
Completed in 158 milliseconds