Searched refs:SXFRCTL1 (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c682 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
689 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
690 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
H A Daic7xxx_core.c255 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
768 ahc_outb(ahc, SXFRCTL1,
769 ahc_inb(ahc, SXFRCTL1) | BITBUCKET);
777 ahc_outb(ahc, SXFRCTL1,
778 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
3993 * Preserve the value of the SXFRCTL1 register for all channels.
4008 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1);
4011 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1);
4067 ahc_outb(ahc, SXFRCTL1, sxfrctl1_
[all...]
H A Daic7xxx_pci.c792 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
1704 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
1741 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
H A Daic79xx_core.c372 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
5459 * Preserve the value of the SXFRCTL1 register for all channels.
5466 sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
5526 * Restore SXFRCTL1.
5533 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
5534 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
6495 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */
6513 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.h17 #define SXFRCTL1 (HOSTIOPORT0+0x02) /* SCSI transfer control 1 */ macro
H A Daic7xxx_old.c7455 unsigned char sxfrctl1 = aic_inb(p, SXFRCTL1);
7508 * LVD/Primary Low Term Enable = STPWEN bit in SXFRCTL1
7547 * SXFRCTL1 register. Since the Adaptec docs typically say the
7723 aic_outb(p, sxfrctl1, SXFRCTL1);
7987 * Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1, for both channels
7995 term = (aic_inb(p, SXFRCTL1) & STPWEN);
8003 ENSTIMER | ACTNEGEN, SXFRCTL1); local
8021 term = (aic_inb(p, SXFRCTL1) & STPWEN);
8027 ENSTIMER | ACTNEGEN, SXFRCTL1); local
9299 sxfrctl1 = aic_inb(temp_p, SXFRCTL1);
[all...]
H A Daha152x.c1307 SETPORT(SXFRCTL1, 0);
1651 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h24 #define SXFRCTL1 0x02 macro

Completed in 153 milliseconds