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

  /src/sys/arch/arm/pci/
pci_msi_machdep.c 265 if ((pih[0] & (ARM_PCI_INTR_MSIX|ARM_PCI_INTR_MSI)) != 0) {
277 if (ih & ARM_PCI_INTR_MSIX)
  /src/sys/arch/arm/cortex/
gic_v2m.c 317 vectors[msix_vec] = ARM_PCI_INTR_MSIX |
352 if (pih[n] & ARM_PCI_INTR_MSIX)
gicv3_its.c 763 vectors[msix_vec] = ARM_PCI_INTR_MSIX |
830 if (pih[n] & ARM_PCI_INTR_MSIX)
  /src/sys/arch/arm/include/
pci_machdep.h 60 #define ARM_PCI_INTR_MSIX 0x0000000040000000ULL
  /src/sys/arch/arm/acpi/
acpi_pci_machdep.c 450 if (ih & ARM_PCI_INTR_MSIX)
546 if ((ih & (ARM_PCI_INTR_MSI | ARM_PCI_INTR_MSIX)) != 0)
  /src/sys/arch/arm/fdt/
pcihost_fdt.c 574 if (ih & ARM_PCI_INTR_MSIX) {
620 if ((pih & (ARM_PCI_INTR_MSI | ARM_PCI_INTR_MSIX)) != 0) {
  /src/sys/arch/arm/apple/
apple_pcie.c 667 vectors[msix_vec] = ARM_PCI_INTR_MSIX |
705 if (pih[n] & ARM_PCI_INTR_MSIX)
  /src/sys/arch/arm/broadcom/
bcm2838_pcie.c 788 if (ih & ARM_PCI_INTR_MSIX) {
827 if ((ih & (ARM_PCI_INTR_MSI | ARM_PCI_INTR_MSIX)) != 0) {

Completed in 23 milliseconds