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

  /src/sys/dev/pci/
pccbbreg.h 37 #define PCI_SYSCTRL 0x80 /* System control */
pccbb.c 790 sysctrl = pci_conf_read(pc, tag, PCI_SYSCTRL);
801 pci_conf_write(pc, tag, PCI_SYSCTRL, sysctrl);
808 pci_conf_write(pc, tag, PCI_SYSCTRL, sysctrl);
827 if ((pci_conf_read(pc, tag, PCI_SYSCTRL) &
844 sysctrl = pci_conf_read(pc, tag, PCI_SYSCTRL);
846 pci_conf_write(pc, tag, PCI_SYSCTRL, sysctrl);

Completed in 14 milliseconds