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

/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c2173 u_int last_phase; local
2274 last_phase = ahd_inb(ahd, LASTPHASE);
2291 if (last_phase != P_BUSFREE
2301 ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
H A Daic7xxx_osm.c2087 u_int last_phase; local
2238 last_phase = ahc_inb(ahc, LASTPHASE);
2242 if (last_phase != P_BUSFREE
2254 ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
H A Daic7xxx_core.c7178 uint8_t last_phase; local
7193 last_phase = ahc_inb(ahc, LASTPHASE);
7196 ahc_name(ahc), ahc_lookup_phase_entry(last_phase)->phasemsg,

Completed in 68 milliseconds