Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dif_bge.c3231 uint32_t pm_ctl; in bge_attach() local
3342 pm_ctl = pci_conf_read(pc, sc->sc_pcitag, BGE_PCI_PWRMGMT_CMD); in bge_attach()
3343 pm_ctl &= ~(PCI_PWR_D0 | PCI_PWR_D1 | PCI_PWR_D2 | PCI_PWR_D3); in bge_attach()
3344 pm_ctl |= (1 << 8) | PCI_PWR_D0 ; /* D0 state */ in bge_attach()
3345 pci_conf_write(pc, sc->sc_pcitag, BGE_PCI_PWRMGMT_CMD, pm_ctl); in bge_attach()