HomeSort by: relevance | last modified time | path
    Searched refs:LASTPHASE (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 534 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...]
aic79xx.seq 684 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;
aic7xxx.reg 1366 LASTPHASE {
aic7xxx_reg.h 327 ahc_print_register(NULL, 0, "LASTPHASE", 0x3f, regvalue, cur_col, wrap)
1341 #define LASTPHASE 0x3f
aic79xx.reg 3605 LASTPHASE {
aic79xx_reg.h 2049 ahd_print_register(NULL, 0, "LASTPHASE", 0x136, regvalue, cur_col, wrap)
3560 #define LASTPHASE 0x136
  /src/sys/dev/ic/
aic7xxx.c 284 ahc_outb(ahc, LASTPHASE, P_BUSFREE);
654 u_int lastphase; local in function:ahc_handle_seqint
656 lastphase = ahc_inb(ahc, LASTPHASE);
658 "lastphase = 0x%x. Attempting to continue\n",
660 lastphase, ahc_inb(ahc, SCSISIGI));
665 u_int lastphase; local in function:ahc_handle_seqint
667 lastphase = ahc_inb(ahc, LASTPHASE);
669 "Lastphase = 0x%x, Curphase = 0x%x\n"
824 u_int lastphase = ahc_inb(ahc, LASTPHASE); local in function:ahc_handle_seqint
1056 u_int lastphase; local in function:ahc_handle_scsiint
1210 u_int lastphase; local in function:ahc_handle_scsiint
2549 u_int lastphase; local in function:ahc_handle_proto_violation
    [all...]
aic79xx.c 342 ahd_outb(ahd, LASTPHASE, P_BUSFREE);
1289 u_int lastphase; local in function:ahd_handle_seqint
1291 lastphase = ahd_inb(ahd, LASTPHASE);
1293 "lastphase = 0x%x. Attempting to continue\n",
1296 lastphase, ahd_inb(ahd, SCSISIGI));
1301 u_int lastphase; local in function:ahd_handle_seqint
1303 lastphase = ahd_inb(ahd, LASTPHASE);
1305 "Lastphase = 0x%x, Curphase = 0x%x\n"
1325 u_int lastphase; local in function:ahd_handle_seqint
1756 u_int lastphase; local in function:ahd_handle_transmission_error
2117 u_int lastphase; local in function:ahd_handle_nonpkt_busfree
2358 u_int lastphase; local in function:ahd_handle_proto_violation
    [all...]
aic7xxx_osm.c 838 last_phase = ahc_inb(ahc, LASTPHASE);

Completed in 50 milliseconds