Searched refs:SCSISEQ0 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 1261 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_seqint() 1484 while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_handle_seqint() 1594 ahd_outb(ahd, SCSISEQ0, 0); in ahd_handle_scsiint() 1686 ahd_outb(ahd, SCSISEQ0, 0); in ahd_handle_scsiint() 1732 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) == 0)) in ahd_handle_scsiint() 2071 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_pkt_busfree() 2517 ahd_outb(ahd, SCSISEQ0, in ahd_handle_proto_violation() 2518 ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_proto_violation() 3425 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_update_pending_scbs() 3611 ahd_outb(ahd, SCSISEQ0, 0); in ahd_setup_initiator_msgout() [all …]
|
H A D | aic79xx.seq | 68 test SCSISEQ0, ENSELO|ENARBO jnz idle_loop_checkbus; 161 and SCSISEQ0, ~ENSELO; 577 or SCSISEQ0, ENSELO ret; 691 test SCSISEQ0, ENSELO jnz use_lastscb; 816 and SCSISEQ0, ~ENSELO; 1221 and SCSISEQ0, ~ENSELO;
|
H A D | aic79xx_reg.h | 2640 #define SCSISEQ0 0x3a macro
|
H A D | aic79xx.reg | 1499 register SCSISEQ0 {
|