HomeSort by: relevance | last modified time | path
    Searched defs:STPWLEVEL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_seeprom.c 77 #define STPWLEVEL 0x00000002
342 /* Honor the STPWLEVEL settings */
344 devconfig &= ~STPWLEVEL;
346 devconfig |= STPWLEVEL;
  /src/sys/dev/pci/
ahd_pci.c 261 #define STPWLEVEL 0x00000002ul
810 devconfig &= ~STPWLEVEL;
812 devconfig |= STPWLEVEL;
814 printf("%s: STPWLEVEL is %s\n",
815 ahd_name(ahd), (devconfig & STPWLEVEL) ? "on" : "off");
ahc_pci.c 688 #define STPWLEVEL 0x00000002ul

Completed in 15 milliseconds