Searched refs:LASTPHASE (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 536 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 D | aic79xx.seq | 851 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 D | aic79xx.c | 317 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 D | aic7xxx_reg.h | 1332 #define LASTPHASE 0x3f macro
|
H A D | aic7xxx.reg | 1362 LASTPHASE {
|
H A D | aic79xx_reg.h | 3600 #define LASTPHASE 0x13c macro
|
H A D | aic79xx.reg | 3618 LASTPHASE {
|