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

  /src/sys/arch/x86/include/
pci_machdep_common.h 93 uint64_t pc_present; member in struct:pci_chipset_tag
  /src/sys/arch/x86/pci/
pci_intr_machdep.c 130 if ((ipc->pc_present & PCI_OVERRIDE_INTR_MAP) == 0)
232 if ((ipc->pc_present & PCI_OVERRIDE_INTR_STRING) == 0)
253 if ((ipc->pc_present & PCI_OVERRIDE_INTR_EVCNT) == 0)
321 if ((ipc->pc_present & PCI_OVERRIDE_INTR_ESTABLISH) == 0)
373 if ((ipc->pc_present & PCI_OVERRIDE_INTR_DISESTABLISH) == 0)
pci_machdep.c 603 if ((ipc->pc_present & PCI_OVERRIDE_MAKE_TAG) == 0)
639 if ((ipc->pc_present & PCI_OVERRIDE_DECOMPOSE_TAG) == 0)
679 if ((ipc->pc_present & PCI_OVERRIDE_CONF_READ) == 0)
717 if ((ipc->pc_present & PCI_OVERRIDE_CONF_WRITE) == 0)
756 if ((ipc->pc_present & PCI_OVERRIDE_CONF_WRITE) == 0)
1041 pc->pc_present = present;

Completed in 12 milliseconds