Searched refs:SCSISEQ (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/scsi/ |
| A D | aha152x.c | 777 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() 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() 2236 SETPORT(SCSISEQ,0); in update_state() [all …]
|
| A D | aha152x.h | 16 #define SCSISEQ (HOSTIOPORT0+0x00) /* SCSI sequence control */ macro
|
| /linux/drivers/scsi/aic7xxx/ |
| A D | aic7xxx_core.c | 834 ahc_outb(ahc, SCSISEQ, in ahc_restart() 1155 ahc_outb(ahc, SCSISEQ, in ahc_handle_seqint() 1716 ahc_outb(ahc, SCSISEQ, 0); in ahc_handle_scsiint() 1788 ahc_outb(ahc, SCSISEQ, 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() 4531 ahc_outb(ahc, SCSISEQ, 0); in ahc_shutdown() 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() [all …]
|
| A D | aic7xxx_reg.h_shipped | 19 ahc_print_register(NULL, 0, "SCSISEQ", 0x00, regvalue, cur_col, wrap) 191 #define SCSISEQ 0x00
|
| A D | aic7xxx.seq | 73 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;
|
| A D | aic7xxx_reg_print.c_shipped | 25 return (ahc_print_register(SCSISEQ_parse_table, 8, "SCSISEQ",
|
| A D | aic7xxx_pci.c | 793 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config()
|
| A D | aic7xxx.reg | 68 register SCSISEQ {
|
Completed in 32 milliseconds