/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 {
|
/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; 710 mvi LASTPHASE, P_BUSFREE; 830 test LASTPHASE, IOI jnz . + 2; 1501 or SCSISIGO, ATNO, LASTPHASE; 1521 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1524 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; [all …]
|
D | aic79xx.seq | 853 mov A, LASTPHASE; 992 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 995 cmp LASTPHASE, P_MESGOUT jne p_mesgout_done; 1014 cmp LASTPHASE, P_MESGOUT je p_mesgout_retry; 1122 cmp LASTPHASE, P_MESGIN jne not_found_ITloop; 1336 mvi LASTPHASE, P_BUSFREE; 1416 and LASTPHASE, PHASE_MASK, SCSISIGI ret; 1443 and LASTPHASE, PHASE_MASK, SCSISIGI; 1444 cmp LASTPHASE, P_MESGIN jne mesgin_phasemis;
|
D | aic7xxx_core.c | 827 ahc_outb(ahc, LASTPHASE, P_BUSFREE); in ahc_restart() 1220 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 1231 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 1334 ahc_outb(ahc, LASTPHASE, curphase); in ahc_handle_seqint() 1389 u_int lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 1628 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint() 1814 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint() 3153 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_proto_violation() 7193 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_dump_card_state() 7211 ahc_lastphase_print(ahc_inb(ahc, LASTPHASE), &cur_col, 50); in ahc_dump_card_state()
|
D | aic7xxx_reg.h_shipped | 110 ahc_print_register(NULL, 0, "LASTPHASE", 0x3f, regvalue, cur_col, wrap) 458 #define LASTPHASE 0x3f
|
D | aic7xxx_reg_print.c_shipped | 254 return (ahc_print_register(LASTPHASE_parse_table, 11, "LASTPHASE",
|
D | aic79xx_core.c | 1140 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_restart() 2183 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 2195 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 2223 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 2607 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE in ahd_handle_scsiint() 2630 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) { in ahd_handle_scsiint() 2710 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_transmission_error() 3052 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_nonpkt_busfree() 3336 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_proto_violation() 4721 bus_phase = ahd_inb(ahd, LASTPHASE); in ahd_handle_message_phase() [all …]
|
D | aic79xx_reg_print.c_shipped | 679 return (ahd_print_register(LASTPHASE_parse_table, 13, "LASTPHASE",
|
D | aic79xx_reg.h_shipped | 1013 ahd_print_register(NULL, 0, "LASTPHASE", 0x13c, regvalue, cur_col, wrap) 2463 #define LASTPHASE 0x13c
|
D | aic7xxx_osm.c | 2238 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_linux_queue_recovery_cmd()
|
D | aic7xxx.reg | 1503 LASTPHASE {
|
D | aic79xx_osm.c | 2274 last_phase = ahd_inb(ahd, LASTPHASE); in ahd_linux_queue_abort_cmd()
|
D | aic79xx.reg | 3861 LASTPHASE {
|
/drivers/scsi/ |
D | aic7xxx_old.c | 3132 aic_inb(p, LASTPHASE)); in aic7xxx_reset_device() 3969 lun, aic_inb(p, LASTPHASE), aic_inb(p, SAVED_TCL)); in aic7xxx_handle_seqint() 3978 if (aic_inb(p, LASTPHASE) == P_BUSFREE) in aic7xxx_handle_seqint() 4606 unsigned char lastphase = aic_inb(p, LASTPHASE); in aic7xxx_handle_seqint() 5696 unsigned char lastphase = aic_inb(p, LASTPHASE); in aic7xxx_handle_scsiint() 5929 unsigned char lastphase = aic_inb(p, LASTPHASE); in aic7xxx_handle_scsiint() 6280 if ( ((aic_inb(p, LASTPHASE) & PHASE_MASK) != P_BUSFREE) && in aic7xxx_handle_command_completion_intr() 10341 lastphase = aic_inb(p, LASTPHASE); in DEF_SCSI_QCMD() 10590 aic_inb(p, LASTPHASE)); in __aic7xxx_abort() 10641 if(!disconnected && aic_inb(p, LASTPHASE) == P_BUSFREE) { in __aic7xxx_abort() [all …]
|