pm_ctl           1686 dev/pci/if_bge.c 	pcireg_t		pm_ctl, memtype, subid;
pm_ctl           1740 dev/pci/if_bge.c 	pm_ctl = pci_conf_read(pc, pa->pa_tag, BGE_PCI_PWRMGMT_CMD);
pm_ctl           1741 dev/pci/if_bge.c 	pm_ctl &= ~(PCI_PWR_D0|PCI_PWR_D1|PCI_PWR_D2|PCI_PWR_D3);
pm_ctl           1742 dev/pci/if_bge.c 	pm_ctl |= (1 << 8) | PCI_PWR_D0 ; /* D0 state */
pm_ctl           1743 dev/pci/if_bge.c 	pci_conf_write(pc, pa->pa_tag, BGE_PCI_PWRMGMT_CMD, pm_ctl);