Home
last modified time | relevance | path

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

/linux-2.4.37.9/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
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx.seq87 test SCSISIGO, ATNO jz idle_loop_check_nonpackreq;
641 test SCSISIGO, ATNO jnz select_out_non_packetized;
782 mvi SCSISIGO, ATNO;
824 mvi CLRSINT1,CLRATNO; /* Be sure to turn ATNO off */
1248 mvi SCSISIGO, ATNO;
1755 test SCSISIGO, ATNO jnz . + 2;
1774 test SCSISIGO, ATNO jnz . + 2;
1923 test SCSISIGO, ATNO jnz . + 2;
Daic7xxx.seq1500 or SCSISIGO, ATNO, LASTPHASE;
1502 mvi SCSISIGO, ATNO;
1545 mvi CLRSINT1,CLRATNO; /* Be sure to turn ATNO off */
1951 or SCSISIGO, ATNO, LASTPHASE;
1953 mvi SCSISIGO, ATNO;
Daic7xxx_reg.h1091 #define ATNO 0x10 macro
Daic79xx_core.c247 ahd_outb(ahd, SCSISIGO, ATNO); in ahd_assert_atn()
601 && (ahd_inb(ahd, SCSISIGO) & ATNO) != 0) { in ahd_handle_seqint()
1602 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0 in ahd_handle_lqiphase_error()
3405 if ((ahd_inb(ahd, SCSISIGO) & ATNO) != 0) { in ahd_clear_msg_state()
Daic7xxx.reg143 field ATNO 0x10
Daic79xx_reg.h2658 #define ATNO 0x10 macro
Daic79xx_osm.c1433 ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
Daic7xxx_osm.c4927 ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
Daic79xx.reg1657 field ATNO 0x10
Daic7xxx_core.c2257 scsisigo = ATNO; in ahc_assert_atn()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c4515 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_seqint()
4574 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_seqint()
4621 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_seqint()
5619 aic_outb(p, aic_inb(p, SCSISIGO) | ATNO, SCSISIGO); in aic7xxx_parse_msg()
5776 aic_outb(p, aic_inb(p, SCSISIGO) | ATNO, SCSISIGO); in aic7xxx_parse_msg()
6010 aic_outb(p, aic_inb(p, SCSISIGO) | ATNO, SCSISIGO); in aic7xxx_parse_msg()
6030 aic_outb(p, aic_inb(p, SCSISIGO) | ATNO, SCSISIGO); in aic7xxx_parse_msg()
6564 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO); in aic7xxx_handle_scsiint()
11043 aic_outb(p, lastphase | ATNO, SCSISIGO); in aic7xxx_bus_device_reset()