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

  /src/sys/dev/cardbus/
cardbus.c 983 case PCI_PMCSR_STATE_D2:
1028 if (now == PCI_PMCSR_STATE_D2 || now == PCI_PMCSR_STATE_D3) {
1037 case PCI_PMCSR_STATE_D2:
1056 else if (state == PCI_PMCSR_STATE_D2 || now == PCI_PMCSR_STATE_D2)
  /src/sys/dev/pci/
pci.c 1126 case PCI_PMCSR_STATE_D2:
1164 if (now == PCI_PMCSR_STATE_D2 || now == PCI_PMCSR_STATE_D3) {
1173 case PCI_PMCSR_STATE_D2:
1193 else if (state == PCI_PMCSR_STATE_D2 || now == PCI_PMCSR_STATE_D2)
pcireg.h 631 #define PCI_PMCSR_STATE_D2 0x00000002

Completed in 107 milliseconds