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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2061 u_int last_phase; ahc_linux_queue_recovery_cmd() local
2213 last_phase = ahc_inb(ahc, LASTPHASE); ahc_linux_queue_recovery_cmd()
2217 if (last_phase != P_BUSFREE ahc_linux_queue_recovery_cmd()
2229 ahc_outb(ahc, SCSISIGO, last_phase|ATNO); ahc_linux_queue_recovery_cmd()
H A Daic79xx_osm.c2156 u_int last_phase; ahd_linux_queue_abort_cmd() local
2257 last_phase = ahd_inb(ahd, LASTPHASE); ahd_linux_queue_abort_cmd()
2274 if (last_phase != P_BUSFREE ahd_linux_queue_abort_cmd()
2284 ahd_outb(ahd, SCSISIGO, last_phase|ATNO); ahd_linux_queue_abort_cmd()
H A Daic7xxx_core.c7177 uint8_t last_phase; ahc_dump_card_state() local
7192 last_phase = ahc_inb(ahc, LASTPHASE); ahc_dump_card_state()
7195 ahc_name(ahc), ahc_lookup_phase_entry(last_phase)->phasemsg, ahc_dump_card_state()

Completed in 101 milliseconds