Searched refs:scsiseq (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 6400 uint8_t scsiseq; in ahc_reset_current_bus() local 6403 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_reset_current_bus() 6404 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO); in ahc_reset_current_bus() 6408 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO); in ahc_reset_current_bus() 6422 u_int scsiseq; in ahc_reset_channel() local 6470 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_reset_channel() 6491 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 6510 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 7457 u_int scsiseq; in ahc_handle_en_lun() local 7568 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_handle_en_lun() [all …]
|
D | aic7xxx_pci.c | 710 u_int scsiseq; in ahc_pci_config() local 793 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config() 797 scsiseq = 0; in ahc_pci_config() 891 && scsiseq != 0) { in ahc_pci_config()
|
D | aic79xx.h | 994 uint8_t scsiseq; member
|
D | aic79xx_core.c | 8585 uint8_t scsiseq; in ahd_reset_current_bus() local 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() 8594 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus() 8622 uint8_t scsiseq; in ahd_reset_channel() local 8724 scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE); in ahd_reset_channel() 8725 ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahd_reset_channel()
|