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

  /src/sys/arch/x86/pci/
ichlpcib.c 698 pcireg_t pmcon; local in function:speedstep_configure
701 pmcon = pci_conf_read(sc->sc_pcib.sc_pc, sc->sc_pcib.sc_tag,
703 if ((pmcon & LPCIB_PCI_GEN_PMCON_1_SS_EN) == 0)
706 pmcon | LPCIB_PCI_GEN_PMCON_1_SS_EN);
ichlpcib.c 698 pcireg_t pmcon; local in function:speedstep_configure
701 pmcon = pci_conf_read(sc->sc_pcib.sc_pc, sc->sc_pcib.sc_tag,
703 if ((pmcon & LPCIB_PCI_GEN_PMCON_1_SS_EN) == 0)
706 pmcon | LPCIB_PCI_GEN_PMCON_1_SS_EN);

Completed in 24 milliseconds