Home
last modified time | relevance | path

Searched refs:STPWEN (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c792 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN; in ahc_pci_config()
795 sxfrctl1 = STPWEN; in ahc_pci_config()
902 sxfrctl1 = STPWEN; in ahc_pci_config()
920 if ((sxfrctl1 & STPWEN) != 0) in ahc_pci_config()
1391 *sxfrctl1 &= ~STPWEN; in check_extport()
1393 *sxfrctl1 |= STPWEN; in check_extport()
1397 (*sxfrctl1 & STPWEN) ? "en" : "dis"); in check_extport()
1676 *sxfrctl1 |= STPWEN; in configure_termination()
1690 *sxfrctl1 |= STPWEN; in configure_termination()
1697 * Setup STPWEN befor in configure_termination()
[all...]
H A Daic79xx_pci.c695 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination()
699 sxfrctl1 |= STPWEN; in ahd_configure_termination()
702 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination()
H A Daic7xxx_reg.h_shipped210 #define STPWEN 0x01
H A Daic7xxx.reg110 field STPWEN 0x01 /* Powered Termination */
H A Daic79xx_reg.h_shipped656 #define STPWEN 0x01
H A Daic7xxx_core.c4621 * We must always initialize STPWEN to 1 before we in ahc_reset()
4622 * restore the saved values. STPWEN is initialized in ahc_reset()
5058 term = (ahc->flags & AHC_TERM_ENB_B) != 0 ? STPWEN : 0; in ahc_chip_init()
5071 term = (ahc->flags & AHC_TERM_ENB_A) != 0 ? STPWEN : 0; in ahc_chip_init()
H A Daic79xx_core.c6276 * We must always initialize STPWEN to 1 before we in ahd_reset()
6277 * restore the saved values. STPWEN is initialized in ahd_reset()
6281 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_reset()
7222 sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 0; in ahd_chip_init()
H A Daic79xx.reg1653 field STPWEN 0x01