Home
last modified time | relevance | path

Searched refs:scsiseq (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c6466 uint8_t scsiseq; in ahc_reset_current_bus() local
6469 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_reset_current_bus()
6470 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO); in ahc_reset_current_bus()
6474 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO); in ahc_reset_current_bus()
6488 u_int scsiseq; in ahc_reset_channel() local
6536 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_reset_channel()
6557 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel()
6576 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel()
7525 u_int scsiseq; in ahc_handle_en_lun() local
7637 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_handle_en_lun()
[all …]
Daic7xxx_pci.c717 u_int scsiseq; in ahc_pci_config() local
800 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_pci_config()
804 scsiseq = 0; in ahc_pci_config()
898 && scsiseq != 0) { in ahc_pci_config()
Daic79xx.h997 uint8_t scsiseq; member
Daic79xx_core.c8670 uint8_t scsiseq; in ahd_reset_current_bus() local
8674 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus()
8675 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus()
8679 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus()
8707 uint8_t scsiseq; in ahd_reset_channel() local
8809 scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE); in ahd_reset_channel()
8810 ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahd_reset_channel()