Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx_old/
Daic7xxx.seq292 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 …]
Daic7xxx_reg.h249 #define LASTPHASE 0x3d macro
Daic7xxx.reg1232 LASTPHASE {
/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx.seq534 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 …]
Daic79xx.seq853 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;
Daic7xxx_reg.h_shipped110 ahc_print_register(NULL, 0, "LASTPHASE", 0x3f, regvalue, cur_col, wrap)
458 #define LASTPHASE 0x3f
Daic7xxx_core.c827 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()
Daic7xxx_reg_print.c_shipped254 return (ahc_print_register(LASTPHASE_parse_table, 11, "LASTPHASE",
Daic79xx_core.c1140 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 …]
Daic79xx_reg_print.c_shipped679 return (ahd_print_register(LASTPHASE_parse_table, 13, "LASTPHASE",
Daic79xx_reg.h_shipped1013 ahd_print_register(NULL, 0, "LASTPHASE", 0x13c, regvalue, cur_col, wrap)
2463 #define LASTPHASE 0x13c
Daic7xxx_osm.c2238 last_phase = ahc_inb(ahc, LASTPHASE); in ahc_linux_queue_recovery_cmd()
Daic79xx_osm.c2274 last_phase = ahd_inb(ahd, LASTPHASE); in ahd_linux_queue_abort_cmd()
Daic7xxx.reg1503 LASTPHASE {
Daic79xx.reg3861 LASTPHASE {
/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c3132 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 …]