Home
last modified time | relevance | path

Searched refs:SCSISEQ (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic7xxx_core.c841 ahc_outb(ahc, SCSISEQ, in ahc_restart()
1162 ahc_outb(ahc, SCSISEQ, in ahc_handle_seqint()
1163 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_handle_seqint()
1724 ahc_outb(ahc, SCSISEQ, 0); in ahc_handle_scsiint()
1796 ahc_outb(ahc, SCSISEQ, in ahc_handle_scsiint()
1797 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_handle_scsiint()
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()
3212 ahc_outb(ahc, SCSISEQ, in ahc_handle_proto_violation()
3213 ahc_inb(ahc, SCSISEQ) & ~ENSELO); in ahc_handle_proto_violation()
[all …]
Daic7xxx_reg.h_shipped19 ahc_print_register(NULL, 0, "SCSISEQ", 0x00, regvalue, cur_col, wrap)
191 #define SCSISEQ 0x00
Daic7xxx_reg_print.c_shipped25 return (ahc_print_register(SCSISEQ_parse_table, 8, "SCSISEQ",
Daic7xxx.seq73 and SCSISEQ, TEMODE|ENSELI|ENRSELI|ENAUTOATNP;
81 test SCSISEQ, ENSELO jnz poll_for_selection;
84 test SCSISEQ, ENSELO jnz poll_for_selection;
387 mov SCSISEQ, SINDEX ret;
389 mov SCSISEQ, SCSISEQ_TEMPLATE ret;
436 and SCSISEQ, TEMODE|ENSELI|ENRSELI|ENAUTOATNP, SCSISEQ;
Daic7xxx_pci.c800 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config()
Daic7xxx.reg68 register SCSISEQ {
/linux-3.4.99/drivers/scsi/
Daha152x.c827 SETPORT(SCSISEQ, SCSIRSTO); in aha152x_probe_one()
829 SETPORT(SCSISEQ, 0); in aha152x_probe_one()
1268 SETPORT(SCSISEQ, SCSIRSTO); in aha152x_bus_reset_host()
1270 SETPORT(SCSISEQ, 0); in aha152x_bus_reset_host()
1304 SETPORT(SCSISEQ, 0); in reset_ports()
1652 SETPORT(SCSISEQ, ENSELO | ENAUTOATNO | (DISCONNECTED_SC ? ENRESELI : 0)); in busfree_run()
1657 SETPORT(SCSISEQ, DISCONNECTED_SC ? ENRESELI : 0); in busfree_run()
1679 SETPORT(SCSISEQ, 0); in seldo_run()
1711 SETPORT(SCSISEQ, 0); in selto_run()
1791 SETPORT(SCSISEQ, 0); in seldi_run()
[all …]
Daha152x.h15 #define SCSISEQ (HOSTIOPORT0+0x00) /* SCSI sequence control */ macro
Daic7xxx_old.c3276 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ); in aic7xxx_reset_device()
3474 aic_outb(p, aic_inb(p, SCSISEQ) | SCSIRSTO, SCSISEQ); in aic7xxx_reset_current_bus()
3475 while ( (aic_inb(p, SCSISEQ) & SCSIRSTO) == 0) in aic7xxx_reset_current_bus()
3489 aic_outb(p, 0, SCSISEQ); in aic7xxx_reset_current_bus()
3582 aic_outb(p, aic_inb(p, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP), SCSISEQ); in aic7xxx_reset_channel()
3603 aic_outb(p, aic_inb(p, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP), SCSISEQ); in aic7xxx_reset_channel()
3935 aic_outb(p, aic_inb(p, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP), in aic7xxx_handle_seqint()
3936 SCSISEQ); in aic7xxx_handle_seqint()
4385 aic_outb(p, aic_inb(p, SCSISEQ) & ~ENSELO, SCSISEQ); in aic7xxx_handle_seqint()
5707 aic_outb(p, aic_inb(p, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP), in aic7xxx_handle_scsiint()
[all …]
/linux-3.4.99/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h5 #define SCSISEQ 0x00 macro
Daic7xxx.seq63 mvi SCSISEQ, ENRSELI|ENAUTOATNP;
82 test SCSISEQ, ENSELO jnz poll_for_work;
92 test SCSISEQ, ENSELO jnz poll_for_work;
190 mvi SCSISEQ, ENSELO|ENAUTOATNO|ENRSELI|ENAUTOATNP ret;
262 mvi SCSISEQ, ENRSELI|ENAUTOATNP; /*
Daic7xxx.reg51 register SCSISEQ {