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

/netbsd-current/sys/dev/cardbus/
H A Dcardbus.c985 case PCI_PMCSR_STATE_D2:
1030 if (now == PCI_PMCSR_STATE_D2 || now == PCI_PMCSR_STATE_D3) {
1039 case PCI_PMCSR_STATE_D2:
1058 else if (state == PCI_PMCSR_STATE_D2 || now == PCI_PMCSR_STATE_D2)
/netbsd-current/sys/dev/pci/
H A Dpci.c1126 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)
H A Dpcireg.h631 #define PCI_PMCSR_STATE_D2 0x00000002 macro

Completed in 209 milliseconds