Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Daha152x.c777 SETPORT(SCSISEQ, SCSIRSTO); in aha152x_probe_one()
779 SETPORT(SCSISEQ, 0); in aha152x_probe_one()
1174 SETPORT(SCSISEQ, SCSIRSTO); in aha152x_bus_reset_host()
1176 SETPORT(SCSISEQ, 0); in aha152x_bus_reset_host()
1208 SETPORT(SCSISEQ, 0); in reset_ports()
1519 SETPORT(SCSISEQ, ENSELO | ENAUTOATNO | (DISCONNECTED_SC ? ENRESELI : 0)); in busfree_run()
1524 SETPORT(SCSISEQ, DISCONNECTED_SC ? ENRESELI : 0); in busfree_run()
1548 SETPORT(SCSISEQ, 0); in seldo_run()
1583 SETPORT(SCSISEQ, 0); in selto_run()
1656 SETPORT(SCSISEQ, 0); in seldi_run()
[all …]
H A Daha152x.h16 #define SCSISEQ (HOSTIOPORT0+0x00) /* SCSI sequence control */ macro
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c834 ahc_outb(ahc, SCSISEQ, in ahc_restart()
1155 ahc_outb(ahc, SCSISEQ, in ahc_handle_seqint()
1156 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_handle_seqint()
1716 ahc_outb(ahc, SCSISEQ, 0); in ahc_handle_scsiint()
1788 ahc_outb(ahc, SCSISEQ, in ahc_handle_scsiint()
1789 ahc_inb(ahc, SCSISEQ) & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_handle_scsiint()
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()
3187 ahc_outb(ahc, SCSISEQ, in ahc_handle_proto_violation()
3188 ahc_inb(ahc, SCSISEQ) & ~ENSELO); in ahc_handle_proto_violation()
[all …]
H A Daic7xxx_reg.h_shipped19 ahc_print_register(NULL, 0, "SCSISEQ", 0x00, regvalue, cur_col, wrap)
191 #define SCSISEQ 0x00
H A 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;
H A Daic7xxx_reg_print.c_shipped25 return (ahc_print_register(SCSISEQ_parse_table, 8, "SCSISEQ",
H A Daic7xxx_pci.c793 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config()
H A Daic7xxx.reg68 register SCSISEQ {