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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6411 uint8_t scsiseq; local
6414 scsiseq = ahc_inb(ahc, SCSISEQ);
6415 ahc_outb(ahc, SCSISEQ, scsiseq | SCSIRSTO);
6419 ahc_outb(ahc, SCSISEQ, scsiseq & ~SCSIRSTO);
6433 u_int scsiseq; local
6471 scsiseq = ahc_inb(ahc, SCSISEQ_TEMPLATE);
6492 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
6511 ahc_outb(ahc, SCSISEQ, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));
7461 u_int scsiseq; local
7574 scsiseq
7671 u_int scsiseq; local
[all...]
H A Daic7xxx_pci.c713 u_int scsiseq; local
788 scsiseq = ahc_inb(ahc, SCSISEQ);
792 scsiseq = 0;
886 && scsiseq != 0) {
H A Daic79xx.h994 uint8_t scsiseq; member in struct:ahd_suspend_channel_state
H A Daic79xx_core.c8600 uint8_t scsiseq; local
8604 scsiseq = ahd_inb(ahd, SCSISEQ0) & ~(ENSELO|ENARBO|SCSIRSTO);
8605 ahd_outb(ahd, SCSISEQ0, scsiseq | SCSIRSTO);
8609 ahd_outb(ahd, SCSISEQ0, scsiseq);
8637 uint8_t scsiseq; local
8739 scsiseq = ahd_inb(ahd, SCSISEQ_TEMPLATE);
8740 ahd_outb(ahd, SCSISEQ1, scsiseq & (ENSELI|ENRSELI|ENAUTOATNP));

Completed in 198 milliseconds