Searched refs:ENSELO (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.seq | 68 test SCSISEQ0, ENSELO|ENARBO jnz idle_loop_checkbus; 107 * ENSELO is cleared by a SELDO, so we must test for SELDO 161 and SCSISEQ0, ~ENSELO; 577 or SCSISEQ0, ENSELO ret; 687 * For packetized, the LQO manager clears ENSELO on 691 test SCSISEQ0, ENSELO jnz use_lastscb; 816 and SCSISEQ0, ~ENSELO; 1221 and SCSISEQ0, ~ENSELO;
|
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() 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() 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() 7114 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_pause_and_flushwork() 7851 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus()
|
H A D | aic7xxx.reg | 59 field ENSELO 0x40 1472 field ENSELO 0x40
|
H A D | aic7xxx_reg.h | 1385 #define ENSELO 0x40 macro
|
H A D | aic7xxx.seq | 79 test SCSISEQ, ENSELO jnz poll_for_selection; 82 test SCSISEQ, ENSELO jnz poll_for_selection;
|
H A D | aic79xx_reg.h | 2642 #define ENSELO 0x40 macro
|
H A D | aic79xx.reg | 1504 field ENSELO 0x40
|