/src/sys/arch/x86/pci/ |
tco.c | 47 #include <dev/pci/pcireg.h> 385 pcireg_t pcireg; local in function:tcotimer_disable_noreboot 387 pcireg = pci_conf_read(sc->sc_pcib->sc_pc, sc->sc_pcib->sc_tag, 389 if (pcireg & LPCIB_PCI_GEN_STA_NO_REBOOT) { 391 pcireg &= ~LPCIB_PCI_GEN_STA_NO_REBOOT; 393 LPCIB_PCI_GEN_STA, pcireg); 394 if (pcireg & LPCIB_PCI_GEN_STA_NO_REBOOT)
|
tco.c | 47 #include <dev/pci/pcireg.h> 385 pcireg_t pcireg; local in function:tcotimer_disable_noreboot 387 pcireg = pci_conf_read(sc->sc_pcib->sc_pc, sc->sc_pcib->sc_tag, 389 if (pcireg & LPCIB_PCI_GEN_STA_NO_REBOOT) { 391 pcireg &= ~LPCIB_PCI_GEN_STA_NO_REBOOT; 393 LPCIB_PCI_GEN_STA, pcireg); 394 if (pcireg & LPCIB_PCI_GEN_STA_NO_REBOOT)
|
/src/sys/dev/pci/ |
if_wm.c | 143 #include <dev/pci/pcireg.h> 18158 pcireg_t pcireg; local in function:wm_pll_workaround_i210 18209 pcireg = pci_conf_read(sc->sc_pc, sc->sc_pcitag, 18211 pcireg |= PCI_PMCSR_STATE_D3; 18213 pmreg + PCI_PMCSR, pcireg); 18215 pcireg &= ~PCI_PMCSR_STATE_D3; 18217 pmreg + PCI_PMCSR, pcireg);
|
if_wm.c | 143 #include <dev/pci/pcireg.h> 18158 pcireg_t pcireg; local in function:wm_pll_workaround_i210 18209 pcireg = pci_conf_read(sc->sc_pc, sc->sc_pcitag, 18211 pcireg |= PCI_PMCSR_STATE_D3; 18213 pmreg + PCI_PMCSR, pcireg); 18215 pcireg &= ~PCI_PMCSR_STATE_D3; 18217 pmreg + PCI_PMCSR, pcireg);
|