Searched refs:scsiseq (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c6032 uint8_t scsiseq; local
6035 scsiseq = ahc_inb(ahc, SCSISEQ);
6036 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
6040 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
6054 u_int scsiseq; local
6102 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE);
6123 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
6142 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
7451 u_int scsiseq; local
7563 scsiseq
7655 u_int scsiseq; local
[all...]
H A Daic79xx.c7912 uint8_t scsiseq; local
7916 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
7917 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);
7921 ahd_outb(ahd, SCSISEQ0, scsiseq);
H A Daic79xx.h1021 uint8_t scsiseq; member in struct:ahd_suspend_channel_state
H A Daic7xxx_pci.c791 u_int scsiseq; local
876 scsiseq = ahc_inb(ahc, SCSISEQ);
880 scsiseq = 0;
974 && scsiseq != 0) {

Completed in 263 milliseconds