Searched refs:lastphase (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 1218 u_int lastphase; in ahc_handle_seqint() local 1220 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 1224 lastphase, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint() 1229 u_int lastphase; in ahc_handle_seqint() local 1231 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 1235 lastphase, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint() 1389 u_int lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() local 1394 if (lastphase == ahc_phase_table[i].phase) in ahc_handle_seqint() 1622 u_int lastphase; in ahc_handle_scsiint() local 1628 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint() [all …]
|
D | aic79xx_core.c | 2181 u_int lastphase; in ahd_handle_seqint() local 2183 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 2188 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 2193 u_int lastphase; in ahd_handle_seqint() local 2195 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 2200 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 2217 u_int lastphase; in ahd_handle_seqint() local 2223 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 2227 ahd_lookup_phase_entry(lastphase)->phasemsg, in ahd_handle_seqint() 2681 u_int lastphase; in ahd_handle_transmission_error() local [all …]
|
/Linux-v4.19/kernel/rcu/ |
D | rcutorture.c | 1668 bool lastphase = 0; in rcu_torture_barrier_cbs() local 1678 smp_load_acquire(&barrier_phase)) != lastphase || in rcu_torture_barrier_cbs() 1680 lastphase = newphase; in rcu_torture_barrier_cbs()
|