Home
last modified time | relevance | path

Searched refs:STPWLEVEL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_pci.c265 #define STPWLEVEL 0x00000002ul
687 devconfig &= ~STPWLEVEL; in ahd_configure_termination()
689 devconfig |= STPWLEVEL; in ahd_configure_termination()
691 printf("%s: STPWLEVEL is %s\n", in ahd_configure_termination()
692 ahd_name(ahd), (devconfig & STPWLEVEL) ? "on" : "off"); in ahd_configure_termination()
271 #define STPWLEVEL global() macro
H A Daic7xxx_pci.c655 #define STPWLEVEL 0x00000002ul
1583 /* Honor the STPWLEVEL settings */ in ahc_parse_pci_eeprom()
1586 devconfig &= ~STPWLEVEL; in ahc_parse_pci_eeprom()
1588 devconfig |= STPWLEVEL; in ahc_parse_pci_eeprom()
662 #define STPWLEVEL global() macro