Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h33 #define SCSISIGO 0x03 macro
Daic7xxx.seq60 clr SCSISIGO; /* De-assert BSY */
709 or SCSISIGO,ATNO,LASTPHASE;/* turn on ATN for the retry */
1038 or SCSISIGO,ATNO,LASTPHASE;/* turn on ATNO */
1300 and SCSISIGO, PHASE_MASK, SCSISIGI;
Daic7xxx.reg129 register SCSISIGO {
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.seq190 mvi SCSISIGO, P_MESGOUT|BSYO;
511 mvi SCSISIGO, P_MESGOUT|BSYO;
533 clr SCSISIGO;
614 mvi SCSISIGO, P_MESGIN|BSYO;
1500 or SCSISIGO, ATNO, LASTPHASE;
1502 mvi SCSISIGO, ATNO;
1951 or SCSISIGO, ATNO, LASTPHASE;
1953 mvi SCSISIGO, ATNO;
2006 mov SCSISIGO, SINDEX;
2118 and SCSISIGO, PHASE_MASK, SCSISIGI;
Daic79xx.seq87 test SCSISIGO, ATNO jz idle_loop_check_nonpackreq;
641 test SCSISIGO, ATNO jnz select_out_non_packetized;
782 mvi SCSISIGO, ATNO;
1248 mvi SCSISIGO, ATNO;
1755 test SCSISIGO, ATNO jnz . + 2;
1774 test SCSISIGO, ATNO jnz . + 2;
1923 test SCSISIGO, ATNO jnz . + 2;
Daic79xx_core.c247 ahd_outb(ahd, SCSISIGO, ATNO); in ahd_assert_atn()
310 ahd_outb(ahd, SCSISIGO, 0); /* De-assert BSY */ in ahd_restart()
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()
3641 ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSYO); in ahd_handle_message_phase()
3713 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO); in ahd_handle_message_phase()
Daic7xxx_core.c258 ahc_outb(ahc, SCSISIGO, 0); /* De-assert BSY */ in ahc_restart()
753 ahc_outb(ahc, SCSISIGO, curphase); in ahc_handle_seqint()
2260 ahc_outb(ahc, SCSISIGO, scsisigo); in ahc_assert_atn()
2837 ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO); in ahc_handle_message_phase()
2904 ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO); in ahc_handle_message_phase()
Daic7xxx_reg.h1087 #define SCSISIGO 0x03 macro
Daic7xxx.reg137 register SCSISIGO {
Daic79xx_reg.h2654 #define SCSISIGO 0x40 macro
Daic79xx_osm.c1433 ahd_outb(ahd, SCSISIGO, last_phase|ATNO);
Daic7xxx_osm.c4927 ahc_outb(ahc, SCSISIGO, last_phase|ATNO);
Daic79xx.reg1650 register SCSISIGO {
/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()