Searched refs:STPWEN (Results 1 - 11 of 11) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c799 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
802 sxfrctl1 = STPWEN;
909 sxfrctl1 = STPWEN;
927 if ((sxfrctl1 & STPWEN) != 0)
1398 *sxfrctl1 &= ~STPWEN;
1400 *sxfrctl1 |= STPWEN;
1404 (*sxfrctl1 & STPWEN) ? "en" : "dis");
1683 *sxfrctl1 |= STPWEN;
1697 *sxfrctl1 |= STPWEN;
1704 * Setup STPWEN befor
[all...]
H A Daic79xx_pci.c705 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
709 sxfrctl1 |= STPWEN;
712 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
H A Daic7xxx.reg110 field STPWEN 0x01 /* Powered Termination */
H A Daic7xxx_reg.h_shipped210 #define STPWEN 0x01
H A Daic79xx.reg1653 field STPWEN 0x01
H A Daic79xx_reg.h_shipped1531 #define STPWEN 0x01
H A Daic7xxx_core.c4663 * We must always initialize STPWEN to 1 before we
4664 * restore the saved values. STPWEN is initialized
5103 term = (ahc->flags & AHC_TERM_ENB_B) != 0 ? STPWEN : 0;
5116 term = (ahc->flags & AHC_TERM_ENB_A) != 0 ? STPWEN : 0;
H A Daic79xx_core.c6331 * We must always initialize STPWEN to 1 before we
6332 * restore the saved values. STPWEN is initialized
6336 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
7315 sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 0;
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h31 #define STPWEN 0x01 macro
H A Daic7xxx.reg93 bit STPWEN 0x01 /* Powered Termination */
/drivers/scsi/
H A Daic7xxx_old.c7512 sxfrctl1 &= ~STPWEN;
7556 * LVD/Primary Low Term Enable = STPWEN bit in SXFRCTL1
7560 sxfrctl1 |= STPWEN;
7594 * The 50 pin connector termination is controlled by STPWEN in the
7601 sxfrctl1 |= STPWEN;
7744 sxfrctl1 |= STPWEN;
7755 sxfrctl1 |= STPWEN;
8043 term = (aic_inb(p, SXFRCTL1) & STPWEN);
8045 term = ((p->flags & AHC_TERM_ENB_B) ? STPWEN : 0);
8069 term = (aic_inb(p, SXFRCTL1) & STPWEN);
[all...]

Completed in 126 milliseconds