Searched refs:ENSELO (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | aha152x.h | 66 #define ENSELO 0x40 macro
|
D | aha152x.c | 1518 SETPORT(SCSISEQ, ENSELO | ENAUTOATNO | (DISCONNECTED_SC ? ENRESELI : 0)); in busfree_run() 2575 if (s & ENSELO) in get_ports()
|
/linux-6.1.9/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 | aic79xx_reg_print.c_shipped | 131 { "ENSELO", 0x40, 0x40 },
|
D | aic7xxx_core.c | 2892 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO)); in ahc_setup_initiator_msgout() 2909 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO)); in ahc_setup_initiator_msgout() 3188 ahc_inb(ahc, SCSISEQ) & ~ENSELO); in ahc_handle_proto_violation() 5178 scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP; in ahc_chip_init() 5574 ahc_outb(ahc, SCSISEQ, ahc_inb(ahc, SCSISEQ) & ~ENSELO); in ahc_pause_and_flushwork() 6241 ahc_outb(ahc, SCSISEQ, (ahc_inb(ahc, SCSISEQ) & ~ENSELO)); in ahc_rem_wscb()
|
D | aic79xx_core.c | 2112 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_seqint() 2334 while ((ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_handle_seqint() 2592 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) == 0)) in ahd_handle_scsiint() 2924 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_pkt_busfree() 3365 ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_handle_proto_violation() 4244 ahd_outb(ahd, SCSISEQ0, ahd_inb(ahd, SCSISEQ0) & ~ENSELO); in ahd_update_pending_scbs() 7853 || (ahd_inb(ahd, SCSISEQ0) & ENSELO) != 0 in ahd_pause_and_flushwork() 8589 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 | 627 #define ENSELO 0x40
|
D | aic79xx.reg | 1592 field ENSELO 0x40
|