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

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

Completed in 41 milliseconds