/src/sys/dev/ic/ |
aic7xxx_osm.c | 809 u_int last_phase; local in function:ahc_timeout 838 last_phase = ahc_inb(ahc, LASTPHASE); 939 ahc_outb(ahc, SCSISIGO, last_phase|ATNO); 953 if (last_phase != P_BUSFREE
|
aic7xxx_osm.c | 809 u_int last_phase; local in function:ahc_timeout 838 last_phase = ahc_inb(ahc, LASTPHASE); 939 ahc_outb(ahc, SCSISIGO, last_phase|ATNO); 953 if (last_phase != P_BUSFREE
|
aic7xxx.c | 6608 uint8_t last_phase; local in function:ahc_dump_card_state 6623 last_phase = ahc_inb(ahc, LASTPHASE); 6626 ahc_name(ahc), ahc_lookup_phase_entry(last_phase)->phasemsg,
|
aic7xxx.c | 6608 uint8_t last_phase; local in function:ahc_dump_card_state 6623 last_phase = ahc_inb(ahc, LASTPHASE); 6626 ahc_name(ahc), ahc_lookup_phase_entry(last_phase)->phasemsg,
|