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

/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6467 uint8_t scsiseq; local
6470 scsiseq = ahc_inb(ahc, SCSISEQ);
6471 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
6475 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
6489 u_int scsiseq; local
6537 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE);
6558 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
6577 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
7527 u_int scsiseq; local
7640 scsiseq
7737 u_int scsiseq; local
[all...]
H A Daic7xxx_pci.c717 u_int scsiseq; local
800 scsiseq = ahc_inb(ahc, SCSISEQ);
804 scsiseq = 0;
898 && scsiseq != 0) {
H A Daic79xx.h997 uint8_t scsiseq; member in struct:ahd_suspend_channel_state
H A Daic79xx_core.c8681 uint8_t scsiseq; local
8685 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
8686 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);
8690 ahd_outb(ahd, SCSISEQ0, scsiseq);
8718 uint8_t scsiseq; local
8820 scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE);
8821 ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));

Completed in 238 milliseconds