Searched refs:STPWEN (Results 1 – 8 of 8) sorted by relevance
792 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...]
695 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()
210 #define STPWEN 0x01
110 field STPWEN 0x01 /* Powered Termination */
656 #define STPWEN 0x01
4621 * 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()
6276 * 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()
1653 field STPWEN 0x01