Searched refs:scsiseq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 6405 uint8_t scsiseq; in ahc_reset_current_bus() local 6408 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_reset_current_bus() 6409 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO); in ahc_reset_current_bus() 6413 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO); in ahc_reset_current_bus() 6427 u_int scsiseq; in ahc_reset_channel() local 6475 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_reset_channel() 6496 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 6515 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel() 7463 u_int scsiseq; in ahc_handle_en_lun() local 7575 scsiseq in ahc_handle_en_lun() 7672 u_int scsiseq; ahc_handle_en_lun() local [all...] |
H A 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()
|
H A D | aic79xx.h | 994 uint8_t scsiseq; member
|
H A D | aic79xx_core.c | 8590 uint8_t scsiseq; in ahd_reset_current_bus() local 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() 8599 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus() 8627 uint8_t scsiseq; in ahd_reset_channel() local 8729 scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE); in ahd_reset_channel() 8730 ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahd_reset_channel()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A 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 in ahc_handle_en_lun() 7665 u_int scsiseq; ahc_handle_en_lun() local [all...] |
H A 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()
|
H A D | aic79xx.h | 994 uint8_t scsiseq; member
|
H A 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()
|
Completed in 46 milliseconds