Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_osm.c1272 u_int last_phase; local
1407 last_phase = ahd_inb(ahd, LASTPHASE);
1423 if (last_phase != P_BUSFREE
1433 ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
Daic7xxx_osm.c4721 u_int last_phase; local
4911 last_phase = ahc_inb(ahc, LASTPHASE);
4915 if (last_phase != P_BUSFREE
4927 ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
Daic7xxx_core.c6657 uint8_t last_phase; in ahc_dump_card_state() local
6672 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_dump_card_state()
6675 ahc_name(ahc), ahc_lookup_phase_entry(last_phase)->phasemsg, in ahc_dump_card_state()