HomeSort by: relevance | last modified time | path
    Searched defs:pm_ctl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_bge.c 3241 uint32_t pm_ctl; local in function:bge_attach
3350 pm_ctl = pci_conf_read(pc, sc->sc_pcitag, BGE_PCI_PWRMGMT_CMD);
3351 pm_ctl &= ~(PCI_PWR_D0 | PCI_PWR_D1 | PCI_PWR_D2 | PCI_PWR_D3);
3352 pm_ctl |= (1 << 8) | PCI_PWR_D0 ; /* D0 state */
3353 pci_conf_write(pc, sc->sc_pcitag, BGE_PCI_PWRMGMT_CMD, pm_ctl);

Completed in 16 milliseconds