Home
last modified time | relevance | path

Searched refs:PCIM_PSTAT_DMASK (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/pci/
H A Dpcireg.h499 #define PCIM_PSTAT_DMASK 0x0003 macro
H A Dpci.c2213 & ~PCIM_PSTAT_DMASK; in pci_set_powerstate_method()
2257 switch (status & PCIM_PSTAT_DMASK) { in pci_get_powerstate_method()
2416 status & PCIM_PSTAT_DMASK); in pci_print_verbose()
/dragonfly/usr.sbin/pciconf/
H A Dcap.c60 status & PCIM_PSTAT_DMASK); in cap_power()