Searched refs:SCSIRSTO (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.h | 72 #define SCSIRSTO 0x01 macro
|
H A D | aha152x.c | 757 SETPORT(SCSISEQ, SCSIRSTO); in aha152x_probe_one() 1147 SETPORT(SCSISEQ, SCSIRSTO); in aha152x_bus_reset_host() 2535 if (s & SCSIRSTO) in get_ports() 2536 seq_puts(m, "SCSIRSTO "); in get_ports()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | aha152x.h | 72 #define SCSIRSTO 0x01 macro
|
H A 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() 2588 seq_puts(m, "SCSIRSTO "); in get_ports()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 6409 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO); in ahc_reset_current_bus() 6413 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO); in ahc_reset_current_bus()
|
H A D | aic79xx_core.c | 8594 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus() 8595 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A 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()
|
H A 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()
|
Completed in 44 milliseconds