Searched refs:scsiseq (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 6433 uint8_t scsiseq; in ahc_reset_current_bus() local 6436 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_reset_current_bus() 6437 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO); in ahc_reset_current_bus() 6441 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO); in ahc_reset_current_bus() 6455 u_int scsiseq; in ahc_reset_channel() local 6503 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_reset_channel() 6524 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 6543 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 7492 u_int scsiseq; in ahc_handle_en_lun() local 7604 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 | 8630 uint8_t scsiseq; in ahd_reset_current_bus() local 8634 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus() 8635 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus() 8639 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus() 8667 uint8_t scsiseq; in ahd_reset_channel() local 8769 scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE); in ahd_reset_channel() 8770 ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahd_reset_channel()
|