Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2039 u_int last_phase; in ahc_linux_queue_recovery_cmd() local
2191 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_linux_queue_recovery_cmd()
2195 if (last_phase != P_BUSFREE in ahc_linux_queue_recovery_cmd()
2207 ahc_outb(ahc, SCSISIGO, last_phase|ATNO); in ahc_linux_queue_recovery_cmd()
H A Daic79xx_osm.c2131 u_int last_phase; in ahd_linux_queue_abort_cmd() local
2229 last_phase = ahd_inb(ahd, LASTPHASE); in ahd_linux_queue_abort_cmd()
2246 if (last_phase != P_BUSFREE in ahd_linux_queue_abort_cmd()
2256 ahd_outb(ahd, SCSISIGO, last_phase|ATNO); in ahd_linux_queue_abort_cmd()
H A Daic7xxx_core.c7109 uint8_t last_phase; in ahc_dump_card_state() local
7124 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_dump_card_state()
7127 ahc_name(ahc), ahc_lookup_phase_entry(last_phase)->phasemsg, in ahc_dump_card_state()