Home
last modified time | relevance | path

Searched refs:SEQ_FLAGS (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.seq196 mvi SEQ_FLAGS, CMDPHASE_PENDING;
261 or SEQ_FLAGS, NO_DISCONNECT;
300 or SEQ_FLAGS, TARGET_CMD_IS_TAGGED;
309 or SEQ_FLAGS, TARG_CMD_PENDING;
478 mov SEQ_FLAGS, SCB_TARGET_PHASES;
489 test SEQ_FLAGS, CMDPHASE_PENDING jnz target_cmdphase;
490 test SEQ_FLAGS, DPHASE_PENDING jnz target_dphase;
491 test SEQ_FLAGS, SPHASE_PENDING jnz target_sphase;
497 test SEQ_FLAGS, NO_DISCONNECT jz target_disconnect;
521 test SEQ_FLAGS, DPHASE jz . + 2;
[all …]
Daic79xx.seq665 mvi SEQ_FLAGS, NO_CDB_SENT;
700 test SEQ_FLAGS, NOT_IDENTIFIED jz p_command_okay;
731 and SEQ_FLAGS, ~NO_CDB_SENT;
739 or SEQ_FLAGS, NO_CDB_SENT;
750 test SEQ_FLAGS,NOT_IDENTIFIED jnz mesgin_proto_violation;
922 or SEQ_FLAGS, 0x80;
927 or SEQ_FLAGS, 0x1;
931 or SEQ_FLAGS, 0x2;
954 or SEQ_FLAGS, 0x10;
959 clr SEQ_FLAGS; /* make note of IDENTIFY */
[all …]
Daic79xx_core.c315 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_restart()
598 ahd_outb(ahd, SEQ_FLAGS, 0x0); in ahd_handle_seqint()
741 ahd_outb(ahd, SEQ_FLAGS, 0); in ahd_handle_seqint()
903 ahd_inb(ahd, SEQ_FLAGS), ahd_get_scbptr(ahd), in ahd_handle_seqint()
992 ahd_inb(ahd, SEQ_FLAGS) & DPHASE in ahd_handle_seqint()
1182 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahd_handle_scsiint()
1793 && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahd_handle_nonpkt_busfree()
2014 seq_flags = ahd_inb(ahd, SEQ_FLAGS); in ahd_handle_proto_violation()
3018 && (ahd_inb(ahd, SEQ_FLAGS) & CMDPHASE_PENDING) != 0) { in ahd_fetch_devinfo()
4406 if ((ahd_inb(ahd, SEQ_FLAGS) & DPHASE) == 0 in ahd_handle_ign_wide_residue()
[all …]
Daic7xxx_core.c593 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint()
822 ahc_inb(ahc, SEQ_FLAGS) & DPHASE ? "Have" : "Haven't", in ahc_handle_seqint()
920 ahc_inb(ahc, SEQ_FLAGS), ahc_inb(ahc, SCBPTR), in ahc_handle_seqint()
996 && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) != 0) in ahc_handle_scsiint()
2177 && (ahc_inb(ahc, SEQ_FLAGS) in ahc_fetch_devinfo()
2555 seq_flags = ahc_inb(ahc, SEQ_FLAGS); in ahc_handle_proto_violation()
3572 if ((ahc_inb(ahc, SEQ_FLAGS) & DPHASE) == 0 in ahc_handle_ign_wide_residue()
4582 ahc_outb(ahc, SEQ_FLAGS, 0); in ahc_chip_init()
6695 ahc_seq_flags_print(ahc_inb(ahc, SEQ_FLAGS), &cur_col, 50); in ahc_dump_card_state()
Daic7xxx_reg.h1319 #define SEQ_FLAGS 0x3c macro
Daic7xxx.reg1338 SEQ_FLAGS {
Daic79xx_reg.h3545 #define SEQ_FLAGS 0x133 macro
Daic79xx_osm.c1410 if (disconnected && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) {
Daic7xxx_osm.c4891 if (disconnected && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) {
Daic79xx.reg3576 SEQ_FLAGS {
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx.seq283 or SEQ_FLAGS, IDENTIFY_SEEN;
333 clr SEQ_FLAGS ret;
371 test SEQ_FLAGS, DPHASE jnz data_phase_reinit;
372 or SEQ_FLAGS, DPHASE; /* we've seen a data phase */
899 test SEQ_FLAGS, DPHASE jz mesgin_done;
926 and SEQ_FLAGS, ~DPHASE; /*
951 test SEQ_FLAGS, SCBPTR_VALID jz use_retrieveSCB;
985 or SEQ_FLAGS,IDENTIFY_SEEN; /* make note of IDENTIFY */
1148 test SEQ_FLAGS,IDENTIFY_SEEN jnz return; /* seen IDENTIFY? */
1186 test SEQ_FLAGS, SCBPTR_VALID jz retrieve_from_host;
[all …]
Daic7xxx_reg.h235 #define SEQ_FLAGS 0x36 macro
Daic7xxx.reg1204 SEQ_FLAGS {
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c4412 aic_inb(p, ACCUM), aic_inb(p, SEQ_FLAGS)); in aic7xxx_handle_seqint()
5142 (aic_inb(p, SEQ_FLAGS) & DPHASE) ? "Have" : "Haven't", in aic7xxx_handle_seqint()
8359 aic_outb(p, 0, SEQ_FLAGS); in aic7xxx_register()