Searched refs:ENSELO (Results 1 – 16 of 16) sorted by relevance
/drivers/scsi/ |
D | aha152x.h | 65 #define ENSELO 0x40 macro
|
D | aha152x.c | 1652 SETPORT(SCSISEQ, ENSELO | ENAUTOATNO | (DISCONNECTED_SC ? ENRESELI : 0)); in busfree_run() 2656 if (s & ENSELO) in disp_ports() 3025 if (s & ENSELO) in get_ports()
|
D | aic7xxx_old.c | 3276 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ); in aic7xxx_reset_device() 4385 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ); in aic7xxx_handle_seqint() 5876 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ); in aic7xxx_handle_scsiint() 10649 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ); in __aic7xxx_abort()
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 7 #define ENSELO 0x40 macro
|
D | aic7xxx.seq | 82 test SCSISEQ, ENSELO jnz poll_for_work; 92 test SCSISEQ, ENSELO jnz poll_for_work; 190 mvi SCSISEQ, ENSELO|ENAUTOATNO|ENRSELI|ENAUTOATNP ret;
|
D | aic7xxx.reg | 55 bit ENSELO 0x40
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 70 test SCSISEQ0, ENSELO|ENARBO jnz idle_loop_checkbus; 109 * ENSELO is cleared by a SELDO, so we must test for SELDO 163 and SCSISEQ0, ~ENSELO; 579 or SCSISEQ0, ENSELO ret; 689 * For packetized, the LQO manager clears ENSELO on 693 test SCSISEQ0, ENSELO jnz use_lastscb; 818 and SCSISEQ0, ~ENSELO; 1223 and SCSISEQ0, ~ENSELO;
|
D | aic7xxx_reg_print.c_shipped | 18 { "ENSELO", 0x40, 0x40 },
|
D | aic7xxx_core.c | 2917 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO)); in ahc_setup_initiator_msgout() 2934 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO)); in ahc_setup_initiator_msgout() 3213 ahc_inb(ahc, SCSISEQ) & ~ENSELO); in ahc_handle_proto_violation() 5223 scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP; in ahc_chip_init() 5637 ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO); in ahc_pause_and_flushwork() 6308 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO)); in ahc_rem_wscb()
|
D | aic79xx_reg_print.c_shipped | 131 { "ENSELO", 0x40, 0x40 },
|
D | aic79xx_core.c | 2132 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_seqint() 2352 while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_handle_seqint() 2610 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) == 0)) in ahd_handle_scsiint() 2943 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_pkt_busfree() 3397 ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_proto_violation() 4280 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_update_pending_scbs() 7946 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_pause_and_flushwork() 8685 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus()
|
D | aic7xxx.reg | 72 field ENSELO 0x40 1626 field ENSELO 0x40
|
D | aic7xxx_reg.h_shipped | 510 #define ENSELO 0x40
|
D | aic7xxx.seq | 81 test SCSISEQ, ENSELO jnz poll_for_selection; 84 test SCSISEQ, ENSELO jnz poll_for_selection;
|
D | aic79xx_reg.h_shipped | 1507 #define ENSELO 0x40
|
D | aic79xx.reg | 1592 field ENSELO 0x40
|