Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dpci.c747 return (reg & PCI_PMCSR_STATE_MASK); in pci_get_powerstate()
793 if ((reg & PCI_PMCSR_STATE_MASK) != state) { in pci_set_powerstate()
794 ostate = reg & PCI_PMCSR_STATE_MASK; in pci_set_powerstate()
797 (reg & ~PCI_PMCSR_STATE_MASK) | state); in pci_set_powerstate()
Dpcireg.h536 #define PCI_PMCSR_STATE_MASK 0x0003 macro
/openbsd/src/usr.sbin/pcidump/
Dpcidump.c499 printf("\t\tState: D%d", pmcsr & PCI_PMCSR_STATE_MASK); in dump_pci_powerstate()