Home
last modified time | relevance | path

Searched refs:PCI_PMC (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dpci_neptune.c100 neptune_BIOS_cfg_method = inb(PCI_PMC); in pci_check_neptune()
101 outb(PCI_PMC, neptune_BIOS_cfg_method | 1); in pci_check_neptune()
107 outb(PCI_PMC, neptune_BIOS_cfg_method); in pci_check_neptune()
111 outb(PCI_PMC, neptune_BIOS_cfg_method); in pci_check_neptune()
122 outb(PCI_PMC, neptune_BIOS_cfg_method | 1); in pci_neptune_enable()
135 outb(PCI_PMC, neptune_BIOS_cfg_method); in pci_neptune_disable()
/titanic_41/usr/src/uts/common/sys/
H A Dpci_impl.h72 #define PCI_PMC 0xcfb macro