Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/aic7xxx/
Daic7xxx_core.c6467 uint8_t scsiseq; in ahc_reset_current_bus() local
6470 scsiseq = ahc_inb(ahc, SCSISEQ); in ahc_reset_current_bus()
6471 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO); in ahc_reset_current_bus()
6475 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO); in ahc_reset_current_bus()
6489 u_int scsiseq; in ahc_reset_channel() local
6537 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE); in ahc_reset_channel()
6558 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel()
6577 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahc_reset_channel()
7527 u_int scsiseq; in ahc_handle_en_lun() local
7640 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.c8681 uint8_t scsiseq; in ahd_reset_current_bus() local
8685 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO); in ahd_reset_current_bus()
8686 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO); in ahd_reset_current_bus()
8690 ahd_outb(ahd, SCSISEQ0, scsiseq); in ahd_reset_current_bus()
8718 uint8_t scsiseq; in ahd_reset_channel() local
8820 scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE); in ahd_reset_channel()
8821 ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP)); in ahd_reset_channel()