Searched refs:SCSISEQ0 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_core.c | 892 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_seqint() 1112 while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_handle_seqint() 1221 ahd_outb(ahd, SCSISEQ0, 0); in ahd_handle_scsiint() 1302 ahd_outb(ahd, SCSISEQ0, 0); in ahd_handle_scsiint() 1672 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_pkt_busfree() 2076 ahd_outb(ahd, SCSISEQ0, in ahd_handle_proto_violation() 2077 ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_proto_violation() 2973 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_update_pending_scbs() 3164 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout() 3183 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout() [all …]
|
D | aic79xx.seq | 70 test SCSISEQ0, ENSELO|ENARBO jnz idle_loop_checkbus; 124 and SCSISEQ0, ~ENSELO; 193 test SCSISEQ0, ENSELO jnz return; 454 or SCSISEQ0, ENSELO ret; 537 test SCSISEQ0, ENSELO jnz use_lastscb; 651 and SCSISEQ0, ~ENSELO; 1035 and SCSISEQ0, ~ENSELO;
|
D | aic79xx_reg.h | 2611 #define SCSISEQ0 0x3a macro
|
D | aic79xx.reg | 1508 register SCSISEQ0 {
|