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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5858 uint8_t scsiseq; local
5861 scsiseq = ahc_inb(ahc, SCSISEQ);
5862 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
5866 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
5880 u_int scsiseq; local
5918 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE);
5939 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
5958 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
6908 u_int scsiseq; local
7021 scsiseq
7118 u_int scsiseq; local
[all...]
H A Daic7xxx_pci.c716 u_int scsiseq; local
793 scsiseq = ahc_inb(ahc, SCSISEQ);
797 scsiseq = 0;
891 && scsiseq != 0) {
H A Daic79xx.h994 uint8_t scsiseq; member in struct:ahd_suspend_channel_state
H A Daic79xx_core.c7840 uint8_t scsiseq; local
7844 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
7845 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);
7849 ahd_outb(ahd, SCSISEQ0, scsiseq);
7877 uint8_t scsiseq; local
7979 scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE);
7980 ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));

Completed in 159 milliseconds