Home
last modified time | relevance | path

Searched refs:LASTPHASE (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq534 mvi LASTPHASE, P_BUSFREE;
601 * code looks at LASTPHASE to determine the
605 xor LASTPHASE, IOI, SCB_TARGET_DATA_DIR;
611 mvi LASTPHASE, P_STATUS;
664 mov A, LASTPHASE;
709 mvi LASTPHASE, P_BUSFREE;
833 test LASTPHASE, IOI jnz . + 2;
1504 or SCSISIGO, ATNO, LASTPHASE;
1524 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
1527 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
[all …]
H A Daic79xx.seq684 mov A, LASTPHASE;
798 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
801 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
820 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
928 cmp LASTPHASE, P_MESGIN jne not_found_ITloop;
1181 mvi LASTPHASE, P_BUSFREE;
1210 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
1237 and LASTPHASE, PHASE_MASK, SCSISIGI;
1238 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
H A Daic7xxx_reg.h1341 #define LASTPHASE 0x3f macro
H A Daic7xxx.reg1366 LASTPHASE {
H A Daic79xx_reg.h3560 #define LASTPHASE 0x136 macro
H A Daic79xx.reg3605 LASTPHASE {
/netbsd-src/sys/dev/ic/
H A Daic7xxx.c284 ahc_outb(ahc, LASTPHASE, P_BUSFREE); in ahc_restart()
656 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint()
667 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint()
769 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint()
824 u_int lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint()
1062 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint()
1242 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint()
2557 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_proto_violation()
6623 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_dump_card_state()
6641 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50); in ahc_dump_card_state()
H A Daic79xx.c342 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_restart()
1291 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1303 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1331 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1692 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) in ahd_handle_scsiint()
1706 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) { in ahd_handle_scsiint()
1785 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_transmission_error()
2131 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_nonpkt_busfree()
2366 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_proto_violation()
3779 bus_phase = ahd_inb(ahd, LASTPHASE); in ahd_handle_message_phase()
[all …]
H A Daic7xxx_osm.c838 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_timeout()