Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h37 #define ATNO 0x10 macro
Daic7xxx.seq709 or SCSISIGO,ATNO,LASTPHASE;/* turn on ATN for the retry */
764 mvi CLRSINT1,CLRATNO; /* Be sure to turn ATNO off */
1038 or SCSISIGO,ATNO,LASTPHASE;/* turn on ATNO */
Daic7xxx.reg135 bit ATNO 0x10
/drivers/scsi/aic7xxx/
Daic79xx.seq119 test SCSISIGO, ATNO jz idle_loop_check_nonpackreq;
808 test SCSISIGO, ATNO jnz select_out_non_packetized;
975 mvi SCSISIGO, ATNO;
1017 mvi CLRSINT1,CLRATNO; /* Be sure to turn ATNO off */
1453 mvi SCSISIGO, ATNO;
2001 test SCSISIGO, ATNO jnz . + 2;
2020 test SCSISIGO, ATNO jnz . + 2;
2167 test SCSISIGO, ATNO jnz . + 2;
Daic7xxx.seq1501 or SCSISIGO, ATNO, LASTPHASE;
1503 mvi SCSISIGO, ATNO;
1546 mvi CLRSINT1,CLRATNO; /* Be sure to turn ATNO off */
1952 or SCSISIGO, ATNO, LASTPHASE;
1954 mvi SCSISIGO, ATNO;
Daic7xxx_reg.h_shipped216 #define ATNO 0x10
Daic7xxx_osm.c2254 ahc_outb(ahc, SCSISIGO, last_phase|ATNO); in ahc_linux_queue_recovery_cmd()
Daic79xx_core.c1040 ahd_outb(ahd, SCSISIGO, ATNO); in ahd_assert_atn()
1831 && (ahd_inb(ahd, SCSISIGO) & ATNO) != 0) { in ahd_handle_seqint()
2877 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0 in ahd_handle_lqiphase_error()
4696 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0) { in ahd_clear_msg_state()
Daic7xxx.reg155 field ATNO 0x10
Daic79xx_osm.c2301 ahd_outb(ahd, SCSISIGO, last_phase|ATNO); in ahd_linux_queue_abort_cmd()
Daic79xx_reg.h_shipped1552 #define ATNO 0x10
Daic79xx.reg1739 field ATNO 0x10
Daic7xxx_core.c2863 scsisigo = ATNO; in ahc_assert_atn()
/drivers/scsi/
Daic7xxx_old.c4058 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_seqint()
4110 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_seqint()
4154 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_seqint()
5105 aic_outb(p, aic_inb(p, SCSISIGO) | ATNO, SCSISIGO); in aic7xxx_parse_msg()
5260 aic_outb(p, aic_inb(p, SCSISIGO) | ATNO, SCSISIGO); in aic7xxx_parse_msg()
5489 aic_outb(p, aic_inb(p, SCSISIGO) | ATNO, SCSISIGO); in aic7xxx_parse_msg()
5509 aic_outb(p, aic_inb(p, SCSISIGO) | ATNO, SCSISIGO); in aic7xxx_parse_msg()
6043 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_scsiint()
10431 aic_outb(p, lastphase | ATNO, SCSISIGO); in DEF_SCSI_QCMD()
10709 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in __aic7xxx_abort()