HomeSort by: relevance | last modified time | path
    Searched defs:last_phase (Results 1 - 2 of 2) sorted by relevancy

  /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.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,

Completed in 70 milliseconds