/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);
|