Searched refs:STPWLEVEL (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic7xxx_seeprom.c77 #define STPWLEVEL 0x00000002 macro
342 /* Honor the STPWLEVEL settings */
344 devconfig &= ~STPWLEVEL;
346 devconfig |= STPWLEVEL;
/netbsd-current/sys/dev/pci/
H A Dahd_pci.c261 #define STPWLEVEL 0x00000002ul macro
810 devconfig &= ~STPWLEVEL;
812 devconfig |= STPWLEVEL;
814 printf("%s: STPWLEVEL is %s\n",
815 ahd_name(ahd), (devconfig & STPWLEVEL) ? "on" : "off");
H A Dahc_pci.c688 #define STPWLEVEL 0x00000002ul macro

Completed in 138 milliseconds