Home
last modified time | relevance | path

Searched refs:curphase (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c743 u_int curphase; in ahc_handle_seqint() local
751 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_seqint()
752 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint()
753 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint()
1038 u_int curphase; in ahc_handle_scsiint() local
1047 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_scsiint()
1062 || curphase == P_DATAIN || curphase == P_DATAIN_DT) in ahc_handle_scsiint()
1063 errorphase = curphase; in ahc_handle_scsiint()
2548 u_int curphase; in ahc_handle_proto_violation() local
2556 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK; in ahc_handle_proto_violation()
[all …]
Daic79xx_core.c1405 u_int curphase; in ahd_handle_transmission_error() local
1436 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_transmission_error()
1460 ahd_scsisigi_print(curphase, &cur_col, 50); in ahd_handle_transmission_error()
1557 if ((curphase & ~P_DATAIN_DT) != 0) { in ahd_handle_transmission_error()
1561 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_transmission_error()
1565 if (curphase == P_MESGIN) in ahd_handle_transmission_error()
2007 u_int curphase; in ahd_handle_proto_violation() local
2015 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK; in ahd_handle_proto_violation()
2091 ahd_lookup_phase_entry(curphase)->phasemsg); in ahd_handle_proto_violation()