Searched refs:lastphase (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1218 u_int lastphase; ahc_handle_seqint() local
1220 lastphase = ahc_inb(ahc, LASTPHASE); ahc_handle_seqint()
1222 "lastphase = 0x%x. Attempting to continue\n", ahc_handle_seqint()
1224 lastphase, ahc_inb(ahc, SCSISIGI)); ahc_handle_seqint()
1229 u_int lastphase; ahc_handle_seqint() local
1231 lastphase = ahc_inb(ahc, LASTPHASE); ahc_handle_seqint()
1235 lastphase, ahc_inb(ahc, SCSISIGI)); ahc_handle_seqint()
1389 u_int lastphase = ahc_inb(ahc, LASTPHASE); ahc_handle_seqint() local
1394 if (lastphase == ahc_phase_table[i].phase) ahc_handle_seqint()
1622 u_int lastphase; ahc_handle_scsiint() local
1628 lastphase = ahc_inb(ahc, LASTPHASE); ahc_handle_scsiint()
1641 * curphase and lastphase. ahc_handle_scsiint()
1647 errorphase = lastphase; ahc_handle_scsiint()
1782 u_int lastphase; ahc_handle_scsiint() local
1814 lastphase = ahc_inb(ahc, LASTPHASE); ahc_handle_scsiint()
1824 if (lastphase == P_MESGOUT) { ahc_handle_scsiint()
1940 if (lastphase == ahc_phase_table[i].phase) ahc_handle_scsiint()
1943 if (lastphase != P_BUSFREE) { ahc_handle_scsiint()
3145 u_int lastphase; ahc_handle_proto_violation() local
3153 lastphase = ahc_inb(ahc, LASTPHASE); ahc_handle_proto_violation()
3163 "LASTPHASE = 0x%x.\n", lastphase); ahc_handle_proto_violation()
3194 if ((lastphase & ~P_DATAIN_DT) == 0 ahc_handle_proto_violation()
3195 || lastphase == P_COMMAND) { ahc_handle_proto_violation()
H A Daic79xx_core.c2181 u_int lastphase; ahd_handle_seqint() local
2183 lastphase = ahd_inb(ahd, LASTPHASE); ahd_handle_seqint()
2185 "lastphase = 0x%x. Attempting to continue\n", ahd_handle_seqint()
2188 lastphase, ahd_inb(ahd, SCSISIGI)); ahd_handle_seqint()
2193 u_int lastphase; ahd_handle_seqint() local
2195 lastphase = ahd_inb(ahd, LASTPHASE); ahd_handle_seqint()
2200 lastphase, ahd_inb(ahd, SCSISIGI)); ahd_handle_seqint()
2217 u_int lastphase; ahd_handle_seqint() local
2223 lastphase = ahd_inb(ahd, LASTPHASE); ahd_handle_seqint()
2227 ahd_lookup_phase_entry(lastphase)->phasemsg, ahd_handle_seqint()
2681 u_int lastphase; ahd_handle_transmission_error() local
2710 lastphase = ahd_inb(ahd, LASTPHASE); ahd_handle_transmission_error()
2734 ahd_lastphase_print(lastphase, &cur_col, 50); ahd_handle_transmission_error()
3038 u_int lastphase; ahd_handle_nonpkt_busfree() local
3052 lastphase = ahd_inb(ahd, LASTPHASE); ahd_handle_nonpkt_busfree()
3068 if (lastphase == P_MESGOUT) { ahd_handle_nonpkt_busfree()
3264 && (lastphase == P_MESGIN || lastphase == P_MESGOUT) ahd_handle_nonpkt_busfree()
3309 ahd_lookup_phase_entry(lastphase)->phasemsg, ahd_handle_nonpkt_busfree()
3313 if (lastphase != P_BUSFREE) ahd_handle_nonpkt_busfree()
3328 u_int lastphase; ahd_handle_proto_violation() local
3336 lastphase = ahd_inb(ahd, LASTPHASE); ahd_handle_proto_violation()
3346 "LASTPHASE = 0x%x.\n", lastphase); ahd_handle_proto_violation()
3378 if ((lastphase & ~P_DATAIN_DT) == 0 ahd_handle_proto_violation()
3379 || lastphase == P_COMMAND) { ahd_handle_proto_violation()
/linux-4.1.27/kernel/rcu/
H A Drcutorture.c1406 bool lastphase = 0; rcu_torture_barrier_cbs() local
1416 ACCESS_ONCE(barrier_phase)) != lastphase || rcu_torture_barrier_cbs()
1418 lastphase = newphase; rcu_torture_barrier_cbs()

Completed in 212 milliseconds