Searched refs:LASTPHASE (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 292 mov A, LASTPHASE; 331 mvi LASTPHASE, P_BUSFREE; 361 test LASTPHASE, IOI jnz . + 2; 709 or SCSISIGO,ATNO,LASTPHASE;/* turn on ATN for the retry */ 734 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 737 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 761 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry; 973 cmp LASTPHASE, P_MESGIN jne not_found; 1038 or SCSISIGO,ATNO,LASTPHASE;/* turn on ATNO */ 1067 and LASTPHASE, PHASE_MASK, SCSISIGI; [all …]
|
D | aic7xxx_reg.h | 249 #define LASTPHASE 0x3d macro
|
D | aic7xxx.reg | 1232 LASTPHASE {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | 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; 829 test LASTPHASE, IOI jnz . + 2; 1500 or SCSISIGO, ATNO, LASTPHASE; 1520 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1523 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; [all …]
|
D | aic79xx.seq | 685 mov A, LASTPHASE; 799 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 802 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 821 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry; 929 cmp LASTPHASE, P_MESGIN jne not_found_ITloop; 1182 mvi LASTPHASE, P_BUSFREE; 1211 and LASTPHASE, PHASE_MASK, SCSISIGI ret; 1238 and LASTPHASE, PHASE_MASK, SCSISIGI; 1239 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
|
D | aic7xxx_core.c | 261 ahc_outb(ahc, LASTPHASE, P_BUSFREE); in ahc_restart() 639 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 650 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 752 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint() 807 u_int lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 1046 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint() 1231 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint() 2557 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_proto_violation() 6672 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_dump_card_state() 6690 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50); in ahc_dump_card_state()
|
D | aic79xx_core.c | 314 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_restart() 943 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 955 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 983 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 1341 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) in ahd_handle_scsiint() 1355 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) { in ahd_handle_scsiint() 1435 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_transmission_error() 1781 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_nonpkt_busfree() 2016 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_proto_violation() 3430 bus_phase = ahd_inb(ahd, LASTPHASE); in ahd_handle_message_phase() [all …]
|
D | aic7xxx_reg.h | 1334 #define LASTPHASE 0x3f macro
|
D | aic7xxx.reg | 1365 LASTPHASE {
|
D | aic79xx_reg.h | 3560 #define LASTPHASE 0x136 macro
|
D | aic79xx_osm.c | 1407 last_phase = ahd_inb(ahd, LASTPHASE);
|
D | aic7xxx_osm.c | 4911 last_phase = ahc_inb(ahc, LASTPHASE);
|
D | aic79xx.reg | 3603 LASTPHASE {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 3388 aic_inb(p, LASTPHASE)); in aic7xxx_reset_device() 4428 lun, aic_inb(p, LASTPHASE), aic_inb(p, SAVED_TCL)); in aic7xxx_handle_seqint() 4437 if (aic_inb(p, LASTPHASE) == P_BUSFREE) in aic7xxx_handle_seqint() 5122 unsigned char lastphase = aic_inb(p, LASTPHASE); in aic7xxx_handle_seqint() 6216 unsigned char lastphase = aic_inb(p, LASTPHASE); in aic7xxx_handle_scsiint() 6449 unsigned char lastphase = aic_inb(p, LASTPHASE); in aic7xxx_handle_scsiint() 6799 if ( ((aic_inb(p, LASTPHASE) & PHASE_MASK) != P_BUSFREE) && in aic7xxx_handle_command_completion_intr() 10959 lastphase = aic_inb(p, LASTPHASE); in aic7xxx_bus_device_reset() 11286 aic_inb(p, LASTPHASE)); in aic7xxx_abort() 11310 result = aic_inb(p, LASTPHASE); in aic7xxx_abort()
|