Searched refs:SCSIRSTO (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/scsi/ |
D | aha152x.h | 72 #define SCSIRSTO 0x01 macro
|
D | aha152x.c | 776 SETPORT(SCSISEQ, SCSIRSTO); in aha152x_probe_one() 1173 SETPORT(SCSISEQ, SCSIRSTO); in aha152x_bus_reset_host() 2587 if (s & SCSIRSTO) in get_ports()
|
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg_print.c_shipped | 12 { "SCSIRSTO", 0x01, 0x01 },
|
D | aic79xx_reg_print.c_shipped | 128 { "SCSIRSTO", 0x01, 0x01 },
|
D | aic7xxx_reg.h_shipped | 193 #define SCSIRSTO 0x01
|
D | aic7xxx.reg | 78 field SCSIRSTO 0x01
|
D | aic79xx_reg.h_shipped | 630 #define SCSIRSTO 0x01
|
D | aic7xxx_core.c | 6404 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO); in ahc_reset_current_bus() 6408 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO); in ahc_reset_current_bus()
|
D | aic79xx_core.c | 8589 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus() 8590 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus()
|
D | aic79xx.reg | 1595 field SCSIRSTO 0x01
|