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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2038 u_int last_phase; local
2189 last_phase = ahc_inb(ahc, LASTPHASE);
2193 if (last_phase != P_BUSFREE
2205 ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
H A Daic79xx_osm.c2032 u_int last_phase; local
2133 last_phase = ahd_inb(ahd, LASTPHASE);
2150 if (last_phase != P_BUSFREE
2160 ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
H A Daic7xxx_core.c6559 uint8_t last_phase; local
6574 last_phase = ahc_inb(ahc, LASTPHASE);
6577 ahc_name(ahc), ahc_lookup_phase_entry(last_phase)->phasemsg,

Completed in 116 milliseconds