Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_pci.c867 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN; in ahc_pci_config()
870 sxfrctl1 = STPWEN; in ahc_pci_config()
975 sxfrctl1 = STPWEN; in ahc_pci_config()
993 if ((sxfrctl1 & STPWEN) != 0) in ahc_pci_config()
1472 *sxfrctl1 &= ~STPWEN; in check_extport()
1474 *sxfrctl1 |= STPWEN; in check_extport()
1478 (*sxfrctl1 & STPWEN) ? "en" : "dis"); in check_extport()
1757 *sxfrctl1 |= STPWEN; in configure_termination()
1771 *sxfrctl1 |= STPWEN; in configure_termination()
1778 * Setup STPWEN befor in configure_termination()
[all...]
H A Daic79xx_pci.c737 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination()
741 sxfrctl1 |= STPWEN; in ahd_configure_termination()
744 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination()
H A Daic7xxx_reg.h1084 #define STPWEN 0x01 macro
H A Daic7xxx.reg97 field STPWEN 0x01 /* Powered Termination */
H A Daic79xx_reg.h2671 #define STPWEN 0x01 macro
H A Daic79xx.c5513 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_reset()
6494 sxfrctl1 = (ahd->flags & AHD_TERM_ENB_A) != 0 ? STPWEN : 0; in ahd_chip_init()
H A Daic79xx.reg1563 field STPWEN 0x01