Home
last modified time | relevance | path

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

/src/sys/dev/aic7xxx/
H A Daic7xxx.seq536 mvi LASTPHASE, P_BUSFREE;
603 * code looks at LASTPHASE to determine the
607 xor LASTPHASE, IOI, SCB_TARGET_DATA_DIR;
613 mvi LASTPHASE, P_STATUS;
666 mov A, LASTPHASE;
712 mvi LASTPHASE, P_BUSFREE;
832 test LASTPHASE, IOI jnz . + 2;
1503 or SCSISIGO, ATNO, LASTPHASE;
1523 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
1526 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
[all …]
H A Daic7xxx.c257 ahc_outb(ahc, LASTPHASE, P_BUSFREE); in ahc_restart()
652 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint()
663 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint()
764 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint()
819 u_int lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint()
1057 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint()
1243 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint()
2558 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_proto_violation()
6712 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_dump_card_state()
6730 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50); in ahc_dump_card_state()
[all …]
H A Daic79xx.seq851 mov A, LASTPHASE;
990 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
993 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done;
1012 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry;
1120 cmp LASTPHASE, P_MESGIN jne not_found_ITloop;
1334 mvi LASTPHASE, P_BUSFREE;
1414 and LASTPHASE, PHASE_MASK, SCSISIGI ret;
1441 and LASTPHASE, PHASE_MASK, SCSISIGI;
1442 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
H A Daic79xx.c317 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_restart()
1312 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1325 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1354 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint()
1729 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE in ahd_handle_scsiint()
1752 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) { in ahd_handle_scsiint()
1831 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_transmission_error()
2182 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_nonpkt_busfree()
2453 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_proto_violation()
3877 bus_phase = ahd_inb(ahd, LASTPHASE); in ahd_handle_message_phase()
[all …]
H A Daic7xxx_reg.h1332 #define LASTPHASE 0x3f macro
H A Daic7xxx.reg1362 LASTPHASE {
H A Daic79xx_reg.h3600 #define LASTPHASE 0x13c macro
H A Daic79xx.reg3618 LASTPHASE {