Home
last modified time | relevance | path

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

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq539 mvi LASTPHASE, P_BUSFREE;
610 xor LASTPHASE, IOI, SCB_TARGET_DATA_DIR;
616 mvi LASTPHASE, P_STATUS;
669 mov A, LASTPHASE;
715 mvi LASTPHASE, P_BUSFREE;
835 test LASTPHASE, IOI jnz . + 2;
1506 or SCSISIGO, ATNO, LASTPHASE;
1894 cmp LASTPHASE, P_MESGIN jne not_found;
1957 or SCSISIGO, ATNO, LASTPHASE;
1992 and LASTPHASE, PHASE_MASK, SCSISIGI;
[all …]
H A Daic79xx.seq854 mov A, LASTPHASE;
993 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
996 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
1015 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
1123 cmp LASTPHASE, P_MESGIN jne not_found_ITloop;
1337 mvi LASTPHASE, P_BUSFREE;
1417 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
1444 and LASTPHASE, PHASE_MASK, SCSISIGI;
1445 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
H A Daic7xxx_reg.h1334 #define LASTPHASE 0x3f macro
H A Daic7xxx.reg1365 LASTPHASE {
H A Daic79xx_reg.h3602 #define LASTPHASE 0x13c macro
H A Daic79xx.reg3621 LASTPHASE {
/openbsd/sys/dev/ic/
H A Daic7xxx.c278 ahc_outb(ahc, LASTPHASE, P_BUSFREE); in ahc_restart()
685 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint()
696 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint()
796 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint()
848 u_int lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint()
1092 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint()
1278 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint()
2600 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_proto_violation()
6443 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_dump_card_state()
6461 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50); in ahc_dump_card_state()
H A Daic79xx.c345 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_restart()
1332 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1344 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1372 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1740 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE in ahd_handle_scsiint()
1763 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) { in ahd_handle_scsiint()
1843 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_transmission_error()
2185 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_nonpkt_busfree()
2460 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_proto_violation()
3888 bus_phase = ahd_inb(ahd, LASTPHASE); in ahd_handle_message_phase()
[all …]